UNPKG

106 BJavaScriptView Raw
1const isIterable = (x) => x != null && typeof x[Symbol.iterator] === "function";
2export {
3 isIterable
4};