startOfISOWeekYearWithOptions.cjs 393 B

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