deno.land / x / esm@v135_2 / test / webtorrent / webtorrent.test.ts
12345678import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import webtorrent from "http://localhost:8080/webtorrent@2.0.18?target=es2022&no-dts";
Deno.test("webtorrent", async () => { assertEquals(typeof webtorrent, "function");});
Version Info