UNPKG

it-length-prefixed

Version:

Streaming length prefixed buffers with async iterables

4 lines 124 B
export function isAsyncIterable(thing) { return thing[Symbol.asyncIterator] != null; } //# sourceMappingURL=utils.js.map