eachWeekendOfIntervalWithOptions.cjs 421 B

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