6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
export declare const endOfDayWithOptions: import("./types.ts").FPFn2<
|
|
Date,
|
|
import("../endOfDay.ts").EndOfDayOptions<Date> | undefined,
|
|
import("../fp.ts").DateArg<Date>
|
|
>;
|