/
astafievk
/
source_code
Обзор
Документация
Войти
/
astafievk
/
source_code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Api/node_modules/date-fns/fp/formatWithOptions.mjs
8 строк
317 B
astafievK
source code
21 июн 2024, 21:02
21 июн 2024, 21:02
37a1d03
Код
Авторство
О чём код?
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it. import { format as fn } from "../format.mjs"; import { convertToFP } from "./_lib/convertToFP.mjs"; export const formatWithOptions = convertToFP(fn, 3); // Fallback for modularized imports: export default formatWithOptions;