Correspondents/node_modules/date-fns-jalali/fp/endOfYearWithOptions.cjs
2025-11-13 13:13:34 -07:00

9 lines
346 B
JavaScript

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