UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

6 lines 207 B
/** * 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