deno.com

property _GlobOptions.exclude

Function to filter out files/directories or a list of glob patterns to be excluded. If a function is provided, return true to exclude the item, false to include it.

Type #

((fileName: T) => boolean)
| readonly string[]
| undefined