6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
|
export declare const addMinutes: import("./types.js").FPFn2<
|
||
|
Date,
|
||
|
number,
|
||
|
string | number | Date
|
||
|
>;
|