deno.land / x / esm@v135_2 / test / issue-454 / issue-454.test.ts
12345678import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import { Map } from "http://localhost:8080/maplibre-gl@1.15.3";
Deno.test("issue #454", () => { assertEquals(typeof Map, "function");});
Version Info