UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

6 lines (5 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlocksPlugin = void 0; var BlocksPlugin_1 = require("./BlocksPlugin"); Object.defineProperty(exports, "BlocksPlugin", { enumerable: true, get: function () { return BlocksPlugin_1.BlocksPlugin; } });