UNPKG

114 BJavaScriptView Raw
1const isArrayLike = (x) => x != null && typeof x !== "function" && x.length !== void 0;
2export {
3 isArrayLike
4};