d0b8938e24063cc9bffbf41d8d0656d57d0f87cc6559a67940936396f86bb016bbb24e81e7f458c49a95aa4adfe05a1e712df829ebcabf4e8b54f5cd5b46fb 235 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. isSameOrBefore(date?: ConfigType, unit?: OpUnitType): boolean
  7. }
  8. }