add power-assert/power-assert.d.ts

This commit is contained in:
vvakame
2014-11-13 23:46:14 +09:00
parent 9cb712a40b
commit 5869759742
3 changed files with 76 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ declare module assert {
// export = assert;
// }
// move to power-assert.d.ts. do not use this definition file.
declare module "power-assert" {
export = assert;
}