frontend/.pnpm-store/v3/files/75/8633674dee27ea44ea4b80e806e9eee49e0ab70c96d517253483d78deb7f2f4e46a4228b970d36d4e60d9bcacf26bc321f33dcb568a2621adb0b2f4ba680aa

7 lines
210 B
Plaintext

/**
* 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;