add writeObjectToYMap and writeArrayToYArray helper utilities

This commit is contained in:
Kevin Jahns
2017-10-07 00:39:26 +02:00
parent c8ca80d15f
commit 23d019c244
2 changed files with 31 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import Y from '../src/y.js'
import yArray from '../../y-array/src/y-array.js'
import yIndexedDB from '../../y-indexeddb/src/y-indexeddb.js'
import yMap from '../../y-map/src/y-map.js'
import yText from '../../y-text/src/Text.js'
import yText from '../../y-text/src/y-text.js'
import yXml from '../../y-xml/src/y-xml.js'
import yWebsocketsClient from '../../y-websockets-client/src/y-websockets-client.js'