intlFormatDistance.d.ts 133 B

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