Skip to content

Commit 852f182

Browse files
committed
Tweak
1 parent 433fd94 commit 852f182

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"license": "ISC",
1515
"files": [
1616
"src",
17-
"dist"
17+
"dist",
18+
"core"
1819
],
1920
"scripts": {
2021
"build": "run-p build:*",

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export function createTypedSDK<Endpoints extends DeepAsyncFnRecord<Endpoints>>(
4040
};
4141
}
4242

43-
function useSubscription() {}
44-
4543
function createUseEndpoint<Endpoints extends DeepAsyncFnRecord<Endpoints>>(
4644
opts: Opts
4745
): () => TypedUseSDK<Endpoints> {

0 commit comments

Comments
 (0)