UNPKG

@thi.ng/checks

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