UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

9 lines 283 B
declare function getDuration(second: number): string; declare function toString(): string; declare function toString(date: Date): string; export declare const TIME: { getDuration: typeof getDuration; toString: typeof toString; }; export {}; //# sourceMappingURL=time.d.ts.map