UNPKG

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