UNPKG

rhine-var

Version:

Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.

10 lines (9 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const yjs_1 = require("yjs"); class YObject extends yjs_1.Map { constructor() { super(); } } exports.default = YObject;