File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ // NOTE: this is the entrypoint for scramjet.bundle.js
2+ // as such it exports everything in scramjet
3+ // the entry point for scramjet.all.js (what most sites wil use) is entry.ts
4+
15import "./global.d" ;
26export * from "./client" ;
37export * from "./controller" ;
@@ -6,3 +10,5 @@ export * from "./worker";
610export * from "./entry" ;
711export * from "./symbols" ;
812export * from "./types" ;
13+
14+ export { BareClient } from "./bare-mux-custom" ;
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export interface ScramjetFetchParsed {
5454 scriptType : string ;
5555}
5656
57- interface ScramjetFetchResponse {
57+ export interface ScramjetFetchResponse {
5858 body : BodyType ;
5959 headers : BareHeaders ;
6060 status : number ;
You can’t perform that action at this time.
0 commit comments