UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

6 lines 152 B
export function doNotWait(promise, logger) { promise.catch((error) => { logger.err(error); }); } //# sourceMappingURL=do-not-wait.js.map