Sha256: 4926e99d2ad39c0bbd36f2d37cc8f52756bc7a5661ad7b12815df871a4b07ba1

Contents?: true

Size: 640 Bytes

Versions: 27

Compression:

Stored size: 640 Bytes

Contents

// tslint:disable-next-line:no-bad-reference
/// <reference path="../globals.d.ts" />

declare namespace NodeJS {
    interface HRTime {
        bigint(): bigint;
    }
}

interface Buffer extends Uint8Array {
    readBigUInt64BE(offset?: number): bigint;
    readBigUInt64LE(offset?: number): bigint;
    readBigInt64BE(offset?: number): bigint;
    readBigInt64LE(offset?: number): bigint;
    writeBigInt64BE(value: bigint, offset?: number): number;
    writeBigInt64LE(value: bigint, offset?: number): number;
    writeBigUInt64BE(value: bigint, offset?: number): number;
    writeBigUInt64LE(value: bigint, offset?: number): number;
}

Version data entries

27 entries across 27 versions & 5 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
disco_app-0.18.2 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
disco_app-0.16.1 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
disco_app-0.15.2 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
disco_app-0.18.4 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
disco_app-0.18.1 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
disco_app-0.14.0 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@types/node/ts3.2/globals.d.ts
enju_library-0.3.8 spec/dummy/node_modules/@types/node/ts3.2/globals.d.ts
condenser-0.3 lib/condenser/processors/node_modules/@types/node/ts3.2/globals.d.ts
condenser-0.2 lib/condenser/processors/node_modules/@types/node/ts3.2/globals.d.ts
condenser-0.1 lib/condenser/processors/node_modules/@types/node/ts3.2/globals.d.ts
condenser-0.0.12 lib/condenser/processors/node_modules/@types/node/ts3.2/globals.d.ts
condenser-0.0.11 lib/condenser/processors/node_modules/@types/node/ts3.2/globals.d.ts
condenser-0.0.10 lib/condenser/processors/node_modules/@types/node/ts3.2/globals.d.ts
condenser-0.0.9 lib/condenser/processors/node_modules/@types/node/ts3.2/globals.d.ts
condenser-0.0.8 lib/condenser/processors/node_modules/@types/node/ts3.2/globals.d.ts
jester-data-8.0.0 node_modules/@types/node/ts3.2/globals.d.ts
ezii-os-5.2.1 node_modules/@types/node/ts3.2/globals.d.ts