setDayWithOptions.cjs 338 B

12345678910
  1. "use strict";
  2. exports.setDayWithOptions = void 0;
  3. var _index = require("../setDay.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 setDayWithOptions = (exports.setDayWithOptions = (0, _index2.convertToFP)(
  6. _index.setDay,
  7. 3,
  8. ));