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 27f4d1b commit ee39469Copy full SHA for ee39469
src/utils.ts
@@ -7,7 +7,7 @@ import type {
7
Hostname,
8
ServerCrypto,
9
} from './types';
10
-import type { Connection } from '@/native';
+import type { Connection } from './native';
11
import type { LockBox, RWLockWriter } from '@matrixai/async-locks';
12
import dns from 'dns';
13
import { IPv4, IPv6, Validator } from 'ip-num';
0 commit comments