UNPKG

207 BTypeScriptView Raw
1/**
2 * Consumes the promise and logs the error when it rejects.
3 * @param promise A promise to forget.
4 */
5export declare function forget(promise: PromiseLike<any>): void;
6//# sourceMappingURL=async.d.ts.map
\No newline at end of file