6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
export declare const getDayWithOptions: import("./types.ts").FPFn2<
|
|
number,
|
|
import("../getDay.ts").GetDayOptions | undefined,
|
|
string | number | Date
|
|
>;
|