UNPKG

it-length-prefixed

Version:

Streaming length prefixed buffers with async iterables

4 lines (3 loc) 125 B
export function isAsyncIterable <T> (thing: any): thing is AsyncIterable<T> { return thing[Symbol.asyncIterator] != null }