Skip to content

Commit

Permalink
Add export to http typekit
Browse files Browse the repository at this point in the history
  • Loading branch information
joheredi committed Jan 24, 2025
1 parent 40f14c8 commit 5b6659d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
"./experimental": {
"types": "./dist/src/experimental/index.d.ts",
"default": "./dist/src/experimental/index.js"
},
"./experimental/typekit": {
"types": "./dist/src/experimental/typekit/index.d.ts",
"default": "./dist/src/experimental/typekit/index.js"
}
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/http/src/experimental/typekit/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./kits/index.js";
4 changes: 4 additions & 0 deletions packages/http/src/experimental/typekit/kits/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from "./http-operation.js";
export * from "./http-request.js";
export * from "./http-response.js";
export * from "./model-property.js";

0 comments on commit 5b6659d

Please sign in to comment.