mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix travis-ci failed
This commit is contained in:
Vendored
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
// copy from assert external module in node.d.ts
|
||||
|
||||
function assert(value:any, message?:string):void;
|
||||
module assert {
|
||||
declare function assert(value:any, message?:string):void;
|
||||
declare module assert {
|
||||
export class AssertionError implements Error {
|
||||
name:string;
|
||||
message:string;
|
||||
|
||||
Reference in New Issue
Block a user