format.d.cts 105 B

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