Module

x/cliffy/dev_deps.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
File
/* std */export { assert, assertEquals, assertInstanceOf, assertRejects, assertStrictEquals, assertThrows,} from "https://deno.land/std@0.221.0/assert/mod.ts";export { assertSpyCall, assertSpyCalls, spy,} from "https://deno.land/std@0.221.0/testing/mock.ts";export { assertSnapshot } from "https://deno.land/std@0.221.0/testing/snapshot.ts";export { describe, it } from "https://deno.land/std@0.221.0/testing/bdd.ts";export { assertType, type IsExact,} from "https://deno.land/std@0.221.0/testing/types.ts";export { bold, red, stripAnsiCode,} from "https://deno.land/std@0.221.0/fmt/colors.ts";export { dirname } from "https://deno.land/std@0.221.0/path/dirname.ts";export { expandGlob } from "https://deno.land/std@0.221.0/fs/expand_glob.ts";export type { WalkEntry } from "https://deno.land/std@0.221.0/fs/walk.ts";export { copy } from "https://deno.land/std@0.221.0/io/copy.ts";export { format } from "https://deno.land/std@0.221.0/datetime/format.ts";
/* 3rd party */export { default as sinon } from "https://cdn.skypack.dev/sinon@v13.0.2?dts";