fix: use URL type from url package not global URL

This commit is contained in:
Derrick Hammer 2023-08-31 09:52:22 -04:00
parent c7f271b8c6
commit 0af8bb3469
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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;