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

9 lines
283 B
JavaScript

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