UNPKG

yjs-orderedtree

Version:

An ordered tree class for yjs. Lets you use a Y.Map like an ordered tree with insert, delete, and move operations. The children are ordered and the position of a child amongst its sibling can be manipulated

13 lines 305 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "dist/types", "target": "ES2021", "module": "node16", "moduleResolution": "nodenext", }, "include": ["src/**/*"] }