UNPKG

98 BJavaScriptView Raw
1export const isAsyncIterable = (x) => x != null && typeof x[Symbol.asyncIterator] === "function";