GlobScanOptions

Bun

Symbol

GlobScanOptions

interface GlobScanOptions

  • absolute?: boolean

    Return the absolute path for entries.

  • cwd?: string

    The root directory to start matching from. Defaults to process.cwd()

  • dot?: boolean

    Allow patterns to match entries that begin with a period (.).

  • onlyFiles?: boolean

    Return only files.