Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmas committed Dec 29, 2021
1 parent 433fd94 commit 852f182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"license": "ISC",
"files": [
"src",
"dist"
"dist",
"core"
],
"scripts": {
"build": "run-p build:*",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export function createTypedSDK<Endpoints extends DeepAsyncFnRecord<Endpoints>>(
};
}

function useSubscription() {}

function createUseEndpoint<Endpoints extends DeepAsyncFnRecord<Endpoints>>(
opts: Opts
): () => TypedUseSDK<Endpoints> {
Expand Down

0 comments on commit 852f182

Please sign in to comment.