add AbstractConnector interface - implements #215

This commit is contained in:
Kevin Jahns
2020-07-12 19:07:16 +02:00
parent dc136ff56a
commit 0b8f032364
3 changed files with 29 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
export * from './utils/AbstractConnector.js'
export * from './utils/DeleteSet.js'
export * from './utils/Doc.js'
export * from './utils/UpdateDecoder.js'