roundToNearestMinutes.mjs 355 B

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