Skip to content

Commit fa25838

Browse files
committed
fix: isBetween plugin type
1 parent c5688f3 commit fa25838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/plugin/isBetween.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export = plugin
55

66
declare module 'dayjs' {
77
interface Dayjs {
8-
isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: string): boolean
8+
isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)'): boolean
99
}
1010
}

0 commit comments

Comments
 (0)