Files
Project_Astral/blockchain/node_modules/@sentry/utils/esm/async.d.ts
2026-02-25 00:50:23 +05:30

6 lines
207 B
TypeScript

/**
* Consumes the promise and logs the error when it rejects.
* @param promise A promise to forget.
*/
export declare function forget(promise: PromiseLike<any>): void;
//# sourceMappingURL=async.d.ts.map