Skip to main content
Module

x/cliffy/dev_deps.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
File
export { assert, assertEquals, assertStrictEquals, assertThrows, assertThrowsAsync,} from "https://deno.land/std@0.99.0/testing/asserts.ts";export { bold, red, stripColor,} from "https://deno.land/std@0.99.0/fmt/colors.ts";export { dirname } from "https://deno.land/std@0.99.0/path/mod.ts";export { expandGlob } from "https://deno.land/std@0.99.0/fs/mod.ts";export type { WalkEntry } from "https://deno.land/std@0.99.0/fs/mod.ts";
export { gt, lt } from "https://deno.land/x/semver@v1.4.0/mod.ts";