14bfeefcb9bac43a2c7d0f0f9d7309170d678340bcf17eab7a513e3a81907ed8a4a9942c67ca72fab094701a4a4a8af41ef3c99c850667fe9919e0c44dfccf 171 B

12345678910
  1. import { PluginFunc } from 'dayjs/esm'
  2. declare const plugin: PluginFunc
  3. export = plugin
  4. declare module 'dayjs/esm' {
  5. export function isMoment(input: any): boolean
  6. }