glam/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/fp/eachWeekendOfMonthWithOptions.js
2025-12-21 00:01:54 +01:00

9 lines
364 B
JavaScript

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