UNPKG

@thi.ng/checks

Version:
5 lines (4 loc) 121 B
const isAsyncIterable = (x) => x != null && typeof x[Symbol.asyncIterator] === "function"; export { isAsyncIterable };