We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jq
sb
1 parent 1e99f5d commit 7cda692Copy full SHA for 7cda692
src/sb.ts
@@ -1,9 +1,9 @@
1
-import { concat, interpolate } from "substrate/Future";
+import { concat, interpolate, jq } from "substrate/Future";
2
import { StreamingResponse } from "substrate/SubstrateStreamingResponse";
3
4
export const sb = {
5
concat,
6
- // jq: Future.jq,
+ jq,
7
interpolate,
8
streaming: {
9
fromSSEResponse: StreamingResponse.fromReponse,
0 commit comments