UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

14 lines (13 loc) 263 B
export declare class Timer { private _start; private _end; private _add; start(): void; end(): void; add(ms: number): void; duration(): number; getHHMMSS(): string; toString(): string; toJSON(): string; private _pad; }