PHP WebShell

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

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

import { PluginFunc } from 'dayjs'

declare module 'dayjs' {
  interface ConfigTypeMap {
    bigIntSupport: BigInt
  }
  export function unix(t: BigInt): Dayjs
}

declare const plugin: PluginFunc
export = plugin

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


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