UNPKG

116 BTypeScriptView Raw
1export declare const addMonths: import("./types.js").FPFn2<
2 Date,
3 number,
4 import("../fp.js").DateArg<Date>
5>;