JezK
Edit File: timerHandle.d.ts
/// <reference types="node" /> export declare type TimerHandle = number | NodeJS.Timeout; //# sourceMappingURL=timerHandle.d.ts.map