UNPKG

@thi.ng/checks

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