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.

8 lines (7 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = text; const yjs_1 = require("yjs"); function text(defaultValue) { return new yjs_1.Text(defaultValue); }