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 7c8dfbb commit 9ae6f04Copy full SHA for 9ae6f04
packages/snaps-sdk/src/internals/uri.ts
@@ -1,3 +1,4 @@
1
+import { getErrorMessage } from '@metamask/snaps-sdk';
2
import {
3
refine,
4
string,
@@ -7,8 +8,6 @@ import {
7
8
} from '@metamask/superstruct';
9
import type { Struct } from '@metamask/superstruct';
10
-import { getErrorMessage } from '@metamask/snaps-sdk';
11
-
12
export type UriOptions<Type extends string> = {
13
protocol?: Struct<Type>;
14
hash?: Struct<Type>;
0 commit comments