unis_crm/frontend/node_modules/date-fns/fp/eachMinuteOfIntervalWithOpt...

10 lines
372 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 { eachMinuteOfInterval as fn } from "../eachMinuteOfInterval.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const eachMinuteOfIntervalWithOptions = convertToFP(fn, 2);
// Fallback for modularized imports:
export default eachMinuteOfIntervalWithOptions;