/
githubmirror
/
dayjs
Обзор
Документация
Войти
/
githubmirror
/
dayjs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/plugin/updateLocale.d.ts
8 строк
228 B
Lukasz Szymanski
fix: update updateLocal plugin typescript types (#1692)
28 фев 2022, 15:51
Не верифицирован
28 фев 2022, 15:51
c7a3f73
Код
Авторство
О чём код?
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> }