UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

4 lines 174 B
export function whenSubscriptionDone(subscription) { return new Promise((resolve) => subscription.add(resolve)); } //# sourceMappingURL=when-subscription-done.util.js.map