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 7dfe927 commit 7c3e892Copy full SHA for 7c3e892
packages/try-catch-tuple/src/tryCatch.ts
@@ -1,4 +1,4 @@
1
-type Branded<T> = T & { __tryCatchTupleResult: any };
+type Branded<T> = T & { __tryCatchTupleResult: never };
2
3
type DataErrorTuple<T, E> = Branded<
4
[data: T, error: E]
0 commit comments