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.
6 lines
267 B
6 lines
267 B
|
3 years ago
|
// NOTE: These definitions support NodeJS and TypeScript 3.7.
|
||
|
|
// This isn't strictly needed since 3.7 has the assert module, but this way we're consistent.
|
||
|
|
// Typically type modificatons should be made in base.d.ts instead of here
|
||
|
|
|
||
|
|
/// <reference path="base.d.ts" />
|