eachWeekendOfIntervalWithOptions.js 376 B

123456789
  1. // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
  2. import { eachWeekendOfInterval as fn } from "../eachWeekendOfInterval.js";
  3. import { convertToFP } from "./_lib/convertToFP.js";
  4. export const eachWeekendOfIntervalWithOptions = convertToFP(fn, 2);
  5. // Fallback for modularized imports:
  6. export default eachWeekendOfIntervalWithOptions;