/
astafievk
/
source_code
Обзор
Документация
Войти
/
astafievk
/
source_code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Api/node_modules/date-fns/fp/getWeekWithOptions.js
8 строк
334 B
astafievK
source code
21 июн 2024, 21:02
21 июн 2024, 21:02
37a1d03
Код
Авторство
О чём код?
"use strict"; exports.getWeekWithOptions = void 0; var _index = require("../getWeek.js"); var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it. const getWeekWithOptions = (exports.getWeekWithOptions = (0, _index2.convertToFP)(_index.getWeek, 2));