13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
|
|
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 yXml from '../../y-xml/src/y-xml.js'
|
|
import yWebsocketsClient from '../../y-websockets-client/src/y-websockets-client.js'
|
|
|
|
Y.extend(yArray, yIndexedDB, yMap, yText, yXml, yWebsocketsClient)
|
|
|
|
export default Y
|