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 8df9b3b commit 3ac36d0Copy full SHA for 3ac36d0
err.ts
@@ -100,5 +100,3 @@ export function match<T extends AnyErr, B>(
100
): (ta: T) => B {
101
return (ta) => (fns[ta.name as keyof ToRecord<T, B>])(ta.message, ta.context);
102
}
103
-
104
0 commit comments