UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

6 lines (5 loc) 278 B
"use strict"; 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; } });