import { expandGlob } from "https://deno.land/std@v0.38.0/fs/mod.ts";
Expand the glob string from the specified root
directory and yield each
result as a WalkInfo
object.
import { expandGlob } from "https://deno.land/std@v0.38.0/fs/mod.ts";
Expand the glob string from the specified root
directory and yield each
result as a WalkInfo
object.