UNPKG

@thi.ng/checks

Version:
5 lines (4 loc) 114 B
const isArrayLike = (x) => x != null && typeof x !== "function" && x.length !== void 0; export { isArrayLike };