Commit 8fc396d
authored
Export QueryStream (#712)
<!-- Describe your PR here. -->
I'm creating Effect wrappers around Convex and ConvexHelpers, and while
working on the stream helpers, I struggled a lot with TypeScript because
I don't have access to the type of the internal `QueryStream` class. If
it's ok to export it that would help me avoid having to do castings to
`any` 😅.
(If not, that's fine)
<!--
The following applies to third-party contributors.
Convex employees and contractors can delete or ignore.
-->
----
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments