更新
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
declare const uncaught: {
|
||||
start(): void;
|
||||
stop(): void;
|
||||
addListener(fn: (err: Error) => void): void;
|
||||
rmListener(fn: (err: Error) => void): void;
|
||||
rmAllListeners(): void;
|
||||
};
|
||||
|
||||
export = uncaught;
|
||||
Reference in New Issue
Block a user