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
/* std */export { assert, assertEquals, assertRejects, assertStrictEquals, assertThrows,} from "https://deno.land/std@0.155.0/testing/asserts.ts";export { assertSnapshot } from "https://deno.land/std@0.155.0/testing/snapshot.ts";export { describe, it } from "https://deno.land/std@0.155.0/testing/bdd.ts";export { bold, red, stripColor,} from "https://deno.land/std@0.155.0/fmt/colors.ts";export { dirname } from "https://deno.land/std@0.155.0/path/mod.ts";export { expandGlob } from "https://deno.land/std@0.155.0/fs/mod.ts";export type { WalkEntry } from "https://deno.land/std@0.155.0/fs/mod.ts";export { copy } from "https://deno.land/std@0.155.0/streams/conversion.ts";
/* 3rd party */export { gt, lt } from "https://deno.land/x/semver@v1.4.1/mod.ts";export { default as sinon } from "https://cdn.skypack.dev/sinon@v13.0.2?dts";