UNPKG

@thi.ng/checks

Version:
2 lines (1 loc) 98 B
export const isAsyncIterable = (x) => x != null && typeof x[Symbol.asyncIterator] === "function";