You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
335 B
8 lines
335 B
// NOTE: These definitions support NodeJS and TypeScript 3.5.
|
|
// 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" />
|
|
|