UNPKG

168 BTypeScriptView Raw
1export declare const isWeekendWithOptions: import("./types.js").FPFn2<
2 boolean,
3 import("../isWeekend.js").IsWeekendOptions | undefined,
4 string | number | Date
5>;