UNPKG

84 BJavaScriptView Raw
1const isObject = (x) => x !== null && typeof x === "object";
2export {
3 isObject
4};