import { type fs } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts";
const { WalkOptions } = fs;
Properties
Indicates whether symlink entries should be included or not.
This option is meaningful only if followSymlinks
is set to false
.
Indicates whether the followed symlink's path should be canonicalized.
This option works only if followSymlinks
is not false
.
List of file extensions used to filter entries. If specified, entries without the file extension specified by this option are excluded.