Files
ServiceManager/frontend/node_modules/date-fns/fp/endOfSecond.mjs
2026-01-01 17:40:53 +01:00

9 lines
315 B
JavaScript

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