UNPKG

@thi.ng/checks

Version:
5 lines (4 loc) 84 B
const isObject = (x) => x !== null && typeof x === "object"; export { isObject };