mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update assert.d.ts
This commit is contained in:
Vendored
+9
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user