Skip to main content
Module

x/denomander/deps.ts

Deno command-line interfaces made easy
Latest
File
export const test = Deno.test;export { parse } from "https://deno.land/std@0.138.0/flags/mod.ts";export { blue, bold, green, red, reset as resetColor, yellow,} from "https://deno.land/std@0.138.0/fmt/colors.ts";export { assert, assertEquals, assertThrows,} from "https://deno.land/std@0.138.0/testing/asserts.ts";