Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5f75915

Browse files
committedJun 23, 2021
fix: isBetween plugin type
1 parent fa25838 commit 5f75915

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?: '()' | '[]' | '[)'): boolean
8+
isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean
99
}
1010
}

0 commit comments

Comments
 (0)
Please sign in to comment.