mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 19:12:51 +00:00
25 lines
609 B
JavaScript
25 lines
609 B
JavaScript
import {
|
|
__commonJS
|
|
} from "./chunk-USJHI7ER.js";
|
|
|
|
// node_modules/isobject/index.js
|
|
var require_isobject = __commonJS({
|
|
"node_modules/isobject/index.js"(exports, module) {
|
|
module.exports = function isObject(val) {
|
|
return val != null && typeof val === "object" && Array.isArray(val) === false;
|
|
};
|
|
}
|
|
});
|
|
export default require_isobject();
|
|
/*! Bundled license information:
|
|
|
|
isobject/index.js:
|
|
(*!
|
|
* isobject <https://github.com/jonschlinkert/isobject>
|
|
*
|
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
* Released under the MIT License.
|
|
*)
|
|
*/
|
|
//# sourceMappingURL=isobject.js.map
|