Files
Canteen-Management-System/counter-frontend/node_modules/motion-utils/dist/es/is-object.mjs
2026-07-24 12:06:56 +05:30

7 lines
146 B
JavaScript

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