Update assert.d.ts

This commit is contained in:
vvakame
2014-03-23 15:50:05 +09:00
parent 781466db1c
commit d7c37f857f
+9
View File
@@ -51,3 +51,12 @@ declare module assert {
export function ifError(value:any):void;
}
// duplicate to node.d.ts
// declare module "assert" {
// export = assert;
// }
declare module "power-assert" {
export = assert;
}