UNPKG

187 BTypeScriptView Raw
1export declare const endOfDecadeWithOptions: import("./types.js").FPFn2<
2 Date,
3 import("../endOfDecade.js").EndOfDecadeOptions<Date> | undefined,
4 import("../fp.js").DateArg<Date>
5>;