DenReg/cli/deps.ts

8 lines
466 B
TypeScript
Raw Normal View History

2020-08-02 21:49:14 +00:00
export * as Compress from "https://deno.hibas123.de/raw/@denreg-tar/mod.ts";
2020-07-28 17:43:58 +00:00
export * as Ini from "https://deno.land/x/ini/mod.ts";
export * as Cliffy from "https://deno.land/x/cliffy/mod.ts";
2020-08-16 17:28:12 +00:00
export * as Base64 from "https://deno.land/std@0.65.0/encoding/base64.ts";
export * as FS from "https://deno.land/std@0.65.0/fs/mod.ts";
export * as Colors from "https://deno.land/std@0.65.0/fmt/colors.ts";
export * as Path from "https://deno.land/std@0.65.0/path/mod.ts";