formatDistance.d.ts 129 B

12345
  1. export declare const formatDistance: import("./types.js").FPFn2<
  2. string,
  3. string | number | Date,
  4. string | number | Date
  5. >;