IOTConnect-Web/node_modules/js-sdsl/dist/cjs/utils/checkObject.js

14 lines
259 B
JavaScript
Raw Normal View History

2024-05-09 01:49:52 +00:00
"use strict";
Object.defineProperty(exports, "t", {
value: true
});
exports.default = checkObject;
function checkObject(e) {
const t = typeof e;
return t === "object" && e !== null || t === "function";
}
//# sourceMappingURL=checkObject.js.map