Sha256: 765fc34423b93c2ab763670d8d11d99e5f47387c13c161d6f1640dd6d91b7d1c

Contents?: true

Size: 886 Bytes

Versions: 10

Compression:

Stored size: 886 Bytes

Contents

// NOTE: These definitions support NodeJS and TypeScript 3.2.

// NOTE: TypeScript version-specific augmentations can be found in the following paths:
//          - ~/base.d.ts         - Shared definitions common to all TypeScript versions
//          - ~/index.d.ts        - Definitions specific to TypeScript 2.1
//          - ~/ts3.2/index.d.ts  - Definitions specific to TypeScript 3.2

// Reference required types from the default lib:
/// <reference lib="es2018" />
/// <reference lib="esnext.asynciterable" />
/// <reference lib="esnext.intl" />
/// <reference lib="esnext.bigint" />

// Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
// tslint:disable-next-line:no-bad-reference
/// <reference path="../base.d.ts" />

// TypeScript 3.2-specific augmentations:
/// <reference path="util.d.ts" />
/// <reference path="globals.d.ts" />

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
condenser-0.0.8 lib/condenser/processors/node_modules/@types/node/ts3.2/index.d.ts
jester-data-8.0.0 node_modules/@types/node/ts3.2/index.d.ts
ezii-os-5.2.1 node_modules/@types/node/ts3.2/index.d.ts
ezii-os-2.0.1 node_modules/@types/node/ts3.2/index.d.ts
ezii-os-1.1.0 node_modules/@types/node/ts3.2/index.d.ts
ezii-os-1.0.0 node_modules/@types/node/ts3.2/index.d.ts
condenser-0.0.7 lib/condenser/processors/node_modules/@types/node/ts3.2/index.d.ts
ezii-os-0.0.0.1.0 node_modules/@types/node/ts3.2/index.d.ts
ezii-os-0.0.0.0.1 node_modules/@types/node/ts3.2/index.d.ts
condenser-0.0.5 lib/condenser/processors/node_modules/@types/node/ts3.2/index.d.ts