mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 20:55:41 +02:00
6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
export declare const startOfWeekWithOptions: import("./types.js").FPFn2<
|
|
Date,
|
|
import("../startOfWeek.js").StartOfWeekOptions | undefined,
|
|
string | number | Date
|
|
>;
|