UNPKG

521 BTypeScriptView Raw
1// NOTE: These definitions support NodeJS and TypeScript 3.2.
2// This is requried to enable globalThis support for global in ts3.5 without causing errors
3// This is requried to enable typing assert in ts3.7 without causing errors
4// Typically type modifiations should be made in base.d.ts instead of here
5
6/// <reference path="base.d.ts" />
7
8// tslint:disable-next-line:no-bad-reference
9/// <reference path="../assert.d.ts" />
10
11// tslint:disable-next-line:no-bad-reference
12/// <reference path="../globals.global.d.ts" />