unis_crm/frontend/node_modules/motion-utils/dist/es/is-object.mjs

7 lines
146 B
JavaScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
function isObject(value) {
return typeof value === "object" && value !== null;
}
export { isObject };
//# sourceMappingURL=is-object.mjs.map