pickit/deps.ts

14 lines
483 B
TypeScript
Raw Permalink Normal View History

2023-02-11 11:13:48 +00:00
export { Untar } from "https://deno.land/std@0.144.0/archive/tar.ts";
2023-02-10 08:17:05 +00:00
export {
copy,
readerFromStreamReader,
} from "https://deno.land/std@0.144.0/streams/mod.ts";
2023-02-11 11:13:48 +00:00
export { globToRegExp, join } from "https://deno.land/std@0.144.0/path/mod.ts";
2023-02-10 08:17:05 +00:00
export {
default as cacheDir,
} from "https://deno.land/x/cache_dir@0.2.0/mod.ts";
import * as Transform from "https://deno.land/x/transform@v0.4.0/mod.ts";
export { Transform };
export const { GzDecoder } = Transform.Transformers;