PHP WebShell

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

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

import { PluginFunc, ConfigType } from 'dayjs'

declare const plugin: PluginFunc
export = plugin

declare module 'dayjs' {
  interface Dayjs {
    calendar(referenceTime?: ConfigType, formats?: object): string
  }
}

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


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