Projekt

Obecné

Profil

Stáhnout (527 Bajtů) Statistiky
| Větev: | Revize:
1
// NOTE: These definitions support NodeJS and TypeScript 3.5.
2

    
3
// Reference required types from the default lib:
4
/// <reference lib="es2018" />
5
/// <reference lib="esnext.asynciterable" />
6
/// <reference lib="esnext.intl" />
7
/// <reference lib="esnext.bigint" />
8

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

    
13
// TypeScript 3.5-specific augmentations:
14
/// <reference path="wasi.d.ts" />
(1-1/2)