ZenFS
    Preparing search index...

    Function globSync

    • Retrieves the files matching the specified pattern.

      Parameters

      • pattern: string | string[]

      Returns string[]

    • Retrieves the files matching the specified pattern.

      Parameters

      • pattern: string | string[]
      • options: GlobOptionsWithFileTypes

      Returns Dirent<string>[]

    • Retrieves the files matching the specified pattern.

      Parameters

      • pattern: string | string[]
      • options: GlobOptionsWithoutFileTypes

      Returns string[]

    • Retrieves the files matching the specified pattern.

      Parameters

      • pattern: string | string[]
      • options: GlobOptions

      Returns string[] | Dirent<string>[]