unis_crm/frontend/node_modules/date-fns/fp/startOfISOWeekWithOptions.js

10 lines
348 B
JavaScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { startOfISOWeek as fn } from "../startOfISOWeek.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const startOfISOWeekWithOptions = convertToFP(fn, 2);
// Fallback for modularized imports:
export default startOfISOWeekWithOptions;