timepiece/node_modules/date-fns/fp/endOfQuarter.mjs

9 lines
319 B
JavaScript
Raw Normal View History

2024-05-14 14:54:12 +00:00
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { endOfQuarter as fn } from "../endOfQuarter.mjs";
import { convertToFP } from "./_lib/convertToFP.mjs";
export const endOfQuarter = convertToFP(fn, 1);
// Fallback for modularized imports:
export default endOfQuarter;