Type alias WhichAllCallback

WhichAllCallback: ((error: NodeJS.ErrnoException, paths?: string[]) => void)

Type declaration

    • (error: NodeJS.ErrnoException, paths?: string[]): void
    • Callback for whichAll*().

      Parameters

      • error: NodeJS.ErrnoException

        which error

      • Optional paths: string[]

        executable paths

      Returns void

Generated using TypeDoc