UNPKG

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