Node.d.ts: Update definitions for module "domain" (#10965)

* Node.d.ts: Update definitions for module "domain"

* Node.d.ts: Update definitions for module "domain"
This commit is contained in:
hriss95
2016-09-06 23:18:35 +09:00
committed by Masahiro Wakame
parent 6866455f51
commit 6013c413c2
+3
View File
@@ -2392,6 +2392,9 @@ declare module "domain" {
bind(cb: (err: Error, data: any) => any): any;
intercept(cb: (data: any) => any): any;
dispose(): void;
members: any[];
enter(): void;
exit(): void;
}
export function create(): Domain;