UNPKG

165 BTypeScriptView Raw
1export declare const isSundayWithOptions: import("./types.js").FPFn2<
2 boolean,
3 import("../isSunday.js").IsSundayOptions | undefined,
4 string | number | Date
5>;