max.d.ts 94 B

1234
  1. export declare const max: import("./types.js").FPFn1<
  2. Date,
  3. (string | number | Date)[]
  4. >;