function readDirRecursiveWithIgnoreimport { readDirRecursiveWithIgnore } from "https://dotland.deno.dev/x/wmill@v1.418.0/sync.ts"; readDirRecursiveWithIgnore(ignore: (path: string, isDirectory: boolean) => boolean, root: DynFSElement): AsyncGenerator<{ path: string; ignored: boolean; isDirectory: boolean; getContentText(): Promise<string>; }>Parametersignore: (path: string, isDirectory: boolean) => booleanroot: DynFSElementReturnsAsyncGenerator<{ path: string; ignored: boolean; isDirectory: boolean; getContentText(): Promise<string>; }>