Files
meida_applet/node_modules/dayjs/plugin/updateLocale.d.ts
T
2023-12-13 11:25:22 +08:00

9 lines
228 B
TypeScript

import { PluginFunc } from 'dayjs'
declare const plugin: PluginFunc
export = plugin
declare module 'dayjs' {
export function updateLocale(localeName: string, customConfig: Record<string, unknown>): Record<string, unknown>
}