Projekt

Obecné

Profil

Stáhnout (591 Bajtů) Statistiky
| Větev: | Revize:
1
// NOTE: These definitions support NodeJS and TypeScript 3.2.
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="../base.d.ts" />
12

    
13
// TypeScript 3.2-specific augmentations:
14
/// <reference path="fs.d.ts" />
15
/// <reference path="util.d.ts" />
16
/// <reference path="globals.d.ts" />
(3-3/4)