PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/dayjs/plugin

Просмотр файла: isSameOrAfter.d.ts

import { PluginFunc, ConfigType, OpUnitType } from 'dayjs'

declare const plugin: PluginFunc
export = plugin

declare module 'dayjs' {
  interface Dayjs {
    isSameOrAfter(date?: ConfigType, unit?: OpUnitType): boolean
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!