substarte 120240617.1.9

Sign up to get free protection for your applications and to get access to all the features.
package/src/sb.ts ADDED
@@ -0,0 +1,11 @@
1
+ import { FutureAnyObject, FutureString } from "substrate/Future";
2
+ import { StreamingResponse } from "substrate/SubstrateStreamingResponse";
3
+
4
+ export const sb = {
5
+ concat: FutureString.concat,
6
+ jq: FutureAnyObject.jq,
7
+ interpolate: FutureString.interpolate,
8
+ streaming: {
9
+ fromSSEResponse: StreamingResponse.fromReponse,
10
+ },
11
+ };
package/src/version.ts ADDED
@@ -0,0 +1 @@
1
+ export const VERSION = "120240617.1.9";