Skip to content

Commit

Permalink
fix: parameter type (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
imwh0im committed Jun 28, 2021
1 parent c5688f3 commit f369844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/plugin/isBetween.d.ts
Expand Up @@ -5,6 +5,6 @@ export = plugin

declare module 'dayjs' {
interface Dayjs {
isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: string): boolean
isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean
}
}

0 comments on commit f369844

Please sign in to comment.