UNPKG

121 BJavaScriptView Raw
1const isAsyncIterable = (x) => x != null && typeof x[Symbol.asyncIterator] === "function";
2export {
3 isAsyncIterable
4};