We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433fd94 commit 852f182Copy full SHA for 852f182
package.json
@@ -14,7 +14,8 @@
14
"license": "ISC",
15
"files": [
16
"src",
17
- "dist"
+ "dist",
18
+ "core"
19
],
20
"scripts": {
21
"build": "run-p build:*",
src/index.ts
@@ -40,8 +40,6 @@ export function createTypedSDK<Endpoints extends DeepAsyncFnRecord<Endpoints>>(
40
};
41
}
42
43
-function useSubscription() {}
44
-
45
function createUseEndpoint<Endpoints extends DeepAsyncFnRecord<Endpoints>>(
46
opts: Opts
47
): () => TypedUseSDK<Endpoints> {
0 commit comments