Sha256: 7c7dabe6de2f88a1b4a4d9a15479c2a99b6f5864b434b9d960fc312ba9498c0a

Contents?: true

Size: 919 Bytes

Versions: 9

Compression:

Stored size: 919 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="fs.d.ts" />
/// <reference path="util.d.ts" />
/// <reference path="globals.d.ts" />

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/@types/node/ts3.2/index.d.ts
disco_app-0.18.2 test/dummy/node_modules/@types/node/ts3.2/index.d.ts
disco_app-0.16.1 test/dummy/node_modules/@types/node/ts3.2/index.d.ts
disco_app-0.15.2 test/dummy/node_modules/@types/node/ts3.2/index.d.ts
disco_app-0.18.4 test/dummy/node_modules/@types/node/ts3.2/index.d.ts
disco_app-0.18.1 test/dummy/node_modules/@types/node/ts3.2/index.d.ts
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@types/node/ts3.2/index.d.ts
disco_app-0.14.0 test/dummy/node_modules/@types/node/ts3.2/index.d.ts
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@types/node/ts3.2/index.d.ts