6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
export declare const isThursdayWithOptions: import("./types.js").FPFn2<
|
|
boolean,
|
|
import("../isThursday.js").IsThursdayOptions | undefined,
|
|
string | number | Date
|
|
>;
|