json-joy
Version:
Collection of libraries for building collaborative editing apps.
6 lines • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DebugPlugin = void 0;
var DebugPlugin_1 = require("./DebugPlugin");
Object.defineProperty(exports, "DebugPlugin", { enumerable: true, get: function () { return DebugPlugin_1.DebugPlugin; } });
//# sourceMappingURL=index.js.map