deno.com

interface GlobOptions

Properties #

#cwd: string | undefined
optional

Current working directory.

#exclude: ((fileName: string) => boolean) | undefined
optional

Function to filter out files/directories. Return true to exclude the item, false to include it.

#withFileTypes: boolean | undefined
optional

true if the glob should return paths as Dirents, false otherwise.