lightFormat.d.ts 110 B

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