manage-your-printer/node_modules/date-fns/fp/startOfQuarterWithOptions.js
2025-06-04 10:03:22 +02:00

10 lines
348 B
JavaScript

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