@devtools-ds/object-inspector
Version:
An emulation of the Chrome and Firefox object inspector, which allows you to view JavaScript objects in the console.
13 lines (12 loc) • 315 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ObjectInspector", {
enumerable: true,
get: function get() {
return _ObjectInspector.ObjectInspector;
}
});
var _ObjectInspector = require("./ObjectInspector");
//# sourceMappingURL=index.js.map
;