66c9f23e0dd44c368eed1b93ec2bec1123cf3c898dca00d8f6ee17627cb0d32645d217e6d71cc5aced29f44b14eb4cad0c2c96524edec3d2d3daa0ff6ae265 276 B

12345678910
  1. import { PluginFunc, ConfigType, OpUnitType } from 'dayjs/esm'
  2. declare const plugin: PluginFunc
  3. export = plugin
  4. declare module 'dayjs/esm' {
  5. interface Dayjs {
  6. isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean
  7. }
  8. }