add.d.mts 121 B

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