/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/date-fns/fp/differenceInQuartersWithOptions.js
11 строк
414 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
"use strict"; exports.differenceInQuartersWithOptions = void 0; var _index = require("../differenceInQuarters.js"); var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it. const differenceInQuartersWithOptions = (exports.differenceInQuartersWithOptions = (0, _index2.convertToFP)( _index.differenceInQuarters, 3, ));