/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/bigIntSupport
Edit: /usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/bigIntSupport/index.d.ts (220B)
import { PluginFunc } from 'dayjs/esm'
declare module 'dayjs/esm' {
interface ConfigTypeMap {
bigIntSupport: BigInt
}
export function unix(t: BigInt): Dayjs
}
declare const plugin: PluginFunc
export = plugin