solid-panes
Version:
Solid-compatible Panes: applets and views for the mashlib and databrowser
12 lines (11 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
console.log('This is common.js');
// https://2ality.com/2019/04/nodejs-esm-impl.html#importing-commonjs-from-esm
var _default = exports["default"] = {
foo: 123
};
//# sourceMappingURL=common.js.map