We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2f7f1 commit 749e409Copy full SHA for 749e409
assert/assert.d.ts
@@ -6,8 +6,8 @@
6
7
// copy from assert external module in node.d.ts
8
9
-function assert(value:any, message?:string):void;
10
-module assert {
+declare function assert(value:any, message?:string):void;
+declare module assert {
11
export class AssertionError implements Error {
12
name:string;
13
message:string;
0 commit comments