We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5688f3 commit fa25838Copy full SHA for fa25838
types/plugin/isBetween.d.ts
@@ -5,6 +5,6 @@ export = plugin
5
6
declare module 'dayjs' {
7
interface Dayjs {
8
- isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: string): boolean
+ isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)'): boolean
9
}
10
0 commit comments