%PDF- %PDF-
| Direktori : /proc/2/cwd/usr/local/lib/node_modules/pm2/node_modules/dayjs/plugin/ |
| Current File : //proc/2/cwd/usr/local/lib/node_modules/pm2/node_modules/dayjs/plugin/timezone.d.ts |
import { PluginFunc } from 'dayjs'
declare const plugin: PluginFunc
export = plugin
interface DayjsTimezone {
(): Dayjs
guess(): string
}
declare module 'dayjs' {
interface Dayjs {
tz(): Dayjs
}
const tz: DayjsTimezone
}