We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735f904 commit 678431dCopy full SHA for 678431d
packages/std/src/results/utils/try.ts
@@ -1,4 +1,4 @@
1
-import { isPromise, type BlobType } from '../../shared'
+import { type BlobType, isPromise } from '../../shared'
2
3
import { resultTags } from '../tag'
4
import { handleCatch, handleThen } from './internal/handlers'
0 commit comments