formatISO9075.d.ts 102 B

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