mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
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:
Vendored
+3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user