Sha256: 947affd97f392fae63e91ce355c1ada75ef2290ed8353f37d3c7138b9bf811fc
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
// NOTE: These definitions support NodeJS and TypeScript 3.5. // 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.5/base.d.ts - Definitions specific to TypeScript 3.5 // - ~/ts3.5/index.d.ts - Definitions specific to TypeScript 3.5 with assert pulled in // 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="../ts3.4/base.d.ts" /> // TypeScript 3.5-specific augmentations: /// <reference path="globals.global.d.ts" /> // TypeScript 3.5-specific augmentations: /// <reference path="wasi.d.ts" />
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
optimacms-0.1.61 | spec/dummy/node_modules/@types/node/ts3.6/base.d.ts |