6 lines
270 B
TypeScript
6 lines
270 B
TypeScript
export declare function ToSec(input: string): number;
|
|
export declare function ToMin(input: string): number;
|
|
export declare function ToHour(input: string): number;
|
|
export declare function ToDay(input: string): number;
|
|
export declare function ToMs(input: string): number;
|