heartbeat-monitor/node_modules/motion-utils/dist/es/is-object.mjs

7 lines
146 B
JavaScript

function isObject(value) {
return typeof value === "object" && value !== null;
}
export { isObject };
//# sourceMappingURL=is-object.mjs.map