6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
|
export declare const previousDay: import("./types.js").FPFn2<
|
||
|
Date,
|
||
|
import("../fp.js").Day,
|
||
|
import("../fp.js").DateArg<Date>
|
||
|
>;
|