AnnouncePeer
import type { AnnouncePeer } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";
interface AnnouncePeer {
id?: Uint8Array;
ip: string;
port: number;
}import type { AnnouncePeer } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";