import { type WalkOptions } from "https://deno.land/x/lume@v1.19.0/deps/fs.ts";
Properties
Indicates whether symlink entries should be included or not.
This option is meaningful only if followSymlinks
is set to false
.
List of file extensions used to filter entries. If specified, entries without the file extension specified by this option are excluded.
List of regular expression patterns used to filter entries. If specified, entries that do not match the patterns specified by this option are excluded.