9 lines
311 B
TypeScript
9 lines
311 B
TypeScript
// All dependency imports, exported in a single file.
|
|
|
|
// Cliffy
|
|
export { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
|
export * as prompt from "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts";
|
|
|
|
// Deno Standard Library
|
|
export * as toml from "https://deno.land/std@0.190.0/toml/mod.ts";
|