Files
Canteen-Management-System/counter-frontend/node_modules/date-fns/fp/monthsToQuarters.cjs
2026-07-24 12:06:56 +05:30

11 lines
355 B
JavaScript

"use strict";
exports.monthsToQuarters = void 0;
var _index = require("../monthsToQuarters.cjs");
var _index2 = require("./_lib/convertToFP.cjs"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
const monthsToQuarters = (exports.monthsToQuarters = (0, _index2.convertToFP)(
_index.monthsToQuarters,
1,
));