c027dbcea18d0969bb15412674e97facddb75a6cef96b6e9a89ed81e14add2ab96cc47764af6df76703de85edb257f42741e2782542241b77fee500937c90c 202 B

123456789101112
  1. import { PluginFunc } from 'dayjs/esm'
  2. declare const plugin: PluginFunc
  3. export = plugin
  4. declare module 'dayjs/esm' {
  5. interface Dayjs {
  6. weekday(): number
  7. weekday(value: number): Dayjs
  8. }
  9. }