deno.land / x / esm@v135_2 / test / issue-527 / issue-527.test.ts
12345678import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import { blue } from "http://localhost:8080/@twind/preset-tailwind@1.1.4/colors";
Deno.test("issue #527", () => { assertEquals(typeof blue, "object");});
Version Info