We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c492ab commit 745668dCopy full SHA for 745668d
packages/std/src/results/utils/safeTry.ts
@@ -1,6 +1,6 @@
1
import type { BlobType } from '../../shared'
2
3
-import { err, Err } from './err'
+import { Err, err } from './err'
4
import { Ok, ok } from './ok'
5
6
export const safeTry = <
0 commit comments