Skip to content

Commit 749e409

Browse files
committed
fix travis-ci failed
1 parent 8a2f7f1 commit 749e409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assert/assert.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
// copy from assert external module in node.d.ts
88

9-
function assert(value:any, message?:string):void;
10-
module assert {
9+
declare function assert(value:any, message?:string):void;
10+
declare module assert {
1111
export class AssertionError implements Error {
1212
name:string;
1313
message:string;

0 commit comments

Comments
 (0)