*Only import type

This commit is contained in:
Derrick Hammer 2022-12-20 09:48:35 -05:00
parent cd0fc2af21
commit ed18e3b101
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import DHT from "bittorrent-dht";
import { Peer, PeerDiscovery } from "@lumeweb/peer-discovery";
import eddsa from "bittorrent-dht-sodium";
import sha from "sha.js";
import * as Buffer from "buffer";
import type { Buffer } from "buffer";
import b4a from "b4a";
export default class BitTorrentSource {