UNPKG

98 BJavaScriptView Raw
1export const isArrayLike = (x) => x != null && typeof x !== "function" && x.length !== undefined;