UNPKG

@aws-amplify/cli-internal

Version:
8 lines 228 B
export declare class Timer { readonly initialTime?: number | undefined; private startTime; private constructor(); static start(startTime?: number): Timer; stop(): number; } //# sourceMappingURL=Timer.d.ts.map