mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-24 04:36:31 +00:00
14 lines
259 B
JavaScript
14 lines
259 B
JavaScript
"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
|