UNPKG

88 BJavaScriptView Raw
1export const isIterable = (x) => x != null && typeof x[Symbol.iterator] === "function";