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