UNPKG

@thi.ng/checks

Version:
2 lines (1 loc) 98 B
export const isArrayLike = (x) => x != null && typeof x !== "function" && x.length !== undefined;