• File: index.d.ts
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/dayjs/esm/plugin/toArray/index.d.ts
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 169 bytes
  • MIME-type: text/plain
  • Charset: utf-8
import { PluginFunc } from 'dayjs/esm'

declare const plugin: PluginFunc
export = plugin

declare module 'dayjs/esm' {
  interface Dayjs {
    toArray(): number[]
  }
}