#187 split query stream

This commit is contained in:
Jan Prochazka
2021-10-28 11:00:05 +02:00
parent 81b1cda8c5
commit 55fb7ba8bb
4 changed files with 87 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
export * from './splitQuery';
export { splitQuery } from './splitQuery';
export * from './options';