@haxall/haxall
    Preparing search index...

    Function glob

    • Retrieves the files matching the specified pattern.

      Parameters

      • pattern: string | string[]
      • callback: (err: ErrnoException, matches: string[]) => void

      Returns void

    • Retrieves the files matching the specified pattern.

      Parameters

      Returns void

    • Retrieves the files matching the specified pattern.

      Parameters

      Returns void

    • Retrieves the files matching the specified pattern.

      Parameters

      • pattern: string | string[]
      • options: GlobOptions
      • callback: (err: ErrnoException, matches: string[] | Dirent<string>[]) => void

      Returns void