• File: index.d.ts
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 265 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 {
        set(argument: object): Dayjs
        add(argument: object): Dayjs
        subtract(argument: object): Dayjs
    }
}