6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
|
|
export declare const getISODayWithOptions: import("./types.js").FPFn2<
|
||
|
|
number,
|
||
|
|
import("../getISODay.js").GetISODayOptions | undefined,
|
||
|
|
string | number | Date
|
||
|
|
>;
|