Sha256: b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9

Contents?: true

Size: 826 Bytes

Versions: 32

Compression:

Stored size: 826 Bytes

Contents

declare module "timers" {
    function setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout;
    namespace setTimeout {
        function __promisify__(ms: number): Promise<void>;
        function __promisify__<T>(ms: number, value: T): Promise<T>;
    }
    function clearTimeout(timeoutId: NodeJS.Timeout): void;
    function setInterval(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout;
    function clearInterval(intervalId: NodeJS.Timeout): void;
    function setImmediate(callback: (...args: any[]) => void, ...args: any[]): NodeJS.Immediate;
    namespace setImmediate {
        function __promisify__(): Promise<void>;
        function __promisify__<T>(value: T): Promise<T>;
    }
    function clearImmediate(immediateId: NodeJS.Immediate): void;
}

Version data entries

32 entries across 32 versions & 7 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@types/node/ts3.1/timers.d.ts
disco_app-0.18.0 test/dummy/node_modules/@types/node/timers.d.ts
disco_app-0.18.2 test/dummy/node_modules/@types/node/timers.d.ts
disco_app-0.16.1 test/dummy/node_modules/@types/node/timers.d.ts
disco_app-0.15.2 test/dummy/node_modules/@types/node/timers.d.ts
disco_app-0.18.4 test/dummy/node_modules/@types/node/timers.d.ts
disco_app-0.18.1 test/dummy/node_modules/@types/node/timers.d.ts
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@types/node/timers.d.ts
disco_app-0.14.0 test/dummy/node_modules/@types/node/timers.d.ts
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@types/node/timers.d.ts
tang-0.2.1 spec/tang_app/node_modules/@types/node/timers.d.ts
tang-0.2.0 spec/tang_app/node_modules/@types/node/timers.d.ts
tang-0.1.0 spec/tang_app/node_modules/@types/node/timers.d.ts
tang-0.0.9 spec/tang_app/node_modules/@types/node/timers.d.ts
enju_library-0.3.8 spec/dummy/node_modules/@types/node/timers.d.ts
condenser-0.3 lib/condenser/processors/node_modules/@types/node/timers.d.ts
condenser-0.2 lib/condenser/processors/node_modules/@types/node/timers.d.ts
condenser-0.1 lib/condenser/processors/node_modules/@types/node/timers.d.ts
condenser-0.0.12 lib/condenser/processors/node_modules/@types/node/timers.d.ts
condenser-0.0.11 lib/condenser/processors/node_modules/@types/node/timers.d.ts