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.

5 lines 146 B
import { Map as YMap } from 'yjs'; export default class YObject<T> extends YMap<any> { constructor(); } //# sourceMappingURL=y-object.d.ts.map