fix: use URL type from url package not global URL
This commit is contained in:
parent
c7f271b8c6
commit
0af8bb3469
|
@ -5,6 +5,7 @@ import { P2PService } from "./service/p2p.js";
|
|||
import { RegistryService } from "./service/registry.js";
|
||||
import { S5Node } from "#node.js";
|
||||
import Unpacker from "#serialization/unpack.js";
|
||||
import type { URL } from "url";
|
||||
|
||||
export interface Peer {
|
||||
id: NodeId;
|
||||
|
|
Loading…
Reference in New Issue