(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]')
| 6 | declare module 'dayjs' { |
| 7 | interface Dayjs { |
| 8 | isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean |
| 9 | } |
| 10 | } |
no outgoing calls
no test coverage detected