2020-07-28 17:43:58 +00:00
|
|
|
export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts";
|
|
|
|
export * as Ini from "https://deno.land/x/ini/mod.ts";
|
|
|
|
export * as Cliffy from "https://deno.land/x/cliffy/mod.ts";
|
2020-08-02 21:44:40 +00:00
|
|
|
export * as Base64 from "https://deno.land/std@0.63.0/encoding/base64.ts";
|
|
|
|
export * as FS from "https://deno.land/std@0.63.0/fs/mod.ts";
|
|
|
|
export * as Colors from "https://deno.land/std@0.63.0/fmt/colors.ts";
|
|
|
|
export * as Path from "https://deno.land/std@0.63.0/path/mod.ts";
|