UNPKG

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