UNPKG

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