UNPKG

snowflake-sdk

Version:
8 lines (7 loc) 187 B
export = ExecutionTimer; declare function ExecutionTimer(): void; declare class ExecutionTimer { start: () => this; stop: () => this; getDuration: () => number | undefined; }