add mock source

This commit is contained in:
Matt Hill
2021-11-30 21:00:33 -07:00
committed by Aiden McClelland
parent 16ba75225b
commit 5a8af4089d
3 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
export * from './lib/source/mock-source'
export * from './lib/source/poll-source'
export * from './lib/source/ws-source'
export * from './lib/source/source'