1
Fork 0
dotfiles/.bauke/scripts/dependencies.ts

7 lines
366 B
TypeScript
Raw Normal View History

2023-02-26 13:03:53 +00:00
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";
export * as nodeFs from "https://deno.land/std@0.167.0/node/fs.ts";
export * as nodeUtil from "https://deno.land/std@0.167.0/node/util.ts";
export * as toml from "https://deno.land/std@0.167.0/encoding/toml.ts";