add build_plugs.ts (#229)

This commit is contained in:
Krzysztof Kowalczyk
2022-12-29 20:33:40 +01:00
committed by GitHub
parent 03c49dc937
commit 8d3688b2fd
3 changed files with 41 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
export { globToRegExp } from "https://deno.land/std@0.165.0/path/glob.ts";
export { walk } from "https://deno.land/std@0.165.0/fs/mod.ts";
export * as path from "https://deno.land/std@0.165.0/path/mod.ts";
export { expandGlobSync } from "https://deno.land/std@0.165.0/fs/mod.ts";
export { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts";
export { default as cacheDir } from "https://deno.land/x/cache_dir@0.2.0/mod.ts";
export * as flags from "https://deno.land/std@0.165.0/flags/mod.ts";