Skip to content

Commit 7cda692

Browse files
committed
Add jq export to sb
1 parent 1e99f5d commit 7cda692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { concat, interpolate } from "substrate/Future";
1+
import { concat, interpolate, jq } from "substrate/Future";
22
import { StreamingResponse } from "substrate/SubstrateStreamingResponse";
33

44
export const sb = {
55
concat,
6-
// jq: Future.jq,
6+
jq,
77
interpolate,
88
streaming: {
99
fromSSEResponse: StreamingResponse.fromReponse,

0 commit comments

Comments
 (0)