Files
RentWeAppFront/node_modules/date-fns/fp/isSameWeekWithOptions.mjs

9 lines
333 B
JavaScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { isSameWeek as fn } from "../isSameWeek.mjs";
import { convertToFP } from "./_lib/convertToFP.mjs";
export const isSameWeekWithOptions = convertToFP(fn, 3);
// Fallback for modularized imports:
export default isSameWeekWithOptions;