feat: initial commit
This commit is contained in:
6
node_modules/rxjs/internal/util/hostReportError.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/internal/util/hostReportError.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Throws an error on another job so that it's picked up by the runtime's
|
||||
* uncaught error handling mechanism.
|
||||
* @param err the error to throw
|
||||
*/
|
||||
export declare function hostReportError(err: any): void;
|
Reference in New Issue
Block a user