mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
7 lines
213 B
TypeScript
7 lines
213 B
TypeScript
export declare const intervalToDuration: import("./types.js").FPFn1<
|
|
import("../fp.js").Duration,
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>
|
|
>;
|