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