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

6 lines
166 B
JavaScript
Raw Normal View History

2024-05-09 01:49:52 +00:00
export default function checkObject(t) {
var e = typeof t;
return e === "object" && t !== null || e === "function";
}
//# sourceMappingURL=checkObject.js.map