1
0
silverbullet/plugos/deps.ts

5 lines
274 B
TypeScript
Raw Normal View History

export { globToRegExp } from "https://deno.land/std@0.158.0/path/glob.ts";
export { walk } from "https://deno.land/std@0.159.0/fs/mod.ts";
export * as path from "https://deno.land/std@0.158.0/path/mod.ts";
2022-10-12 09:47:13 +00:00
export { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts";