1
Fork 0

Documentation!

This commit is contained in:
Bauke 2023-08-06 19:32:44 +02:00
parent eb2fb44ea5
commit d7da74267b
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
// 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";