mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-17 05:05:44 +02:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
export declare const intervalToDuration: import("./types.js").FPFn1<
|
|
import("../fp.js").Duration,
|
|
import("../fp.js").Interval<Date>
|
|
>;
|