Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • Parameters

    • file: string

    Returns ChildProcess

  • Parameters

    Returns ChildProcess

  • Parameters

    • file: string
    • Optional args: ReadonlyArray<string> | null

    Returns ChildProcess

  • Parameters

    • file: string
    • args: ReadonlyArray<string> | undefined | null
    • options: object & ExecFileOptions | undefined | null

    Returns ChildProcess

  • Parameters

    • file: string
    • callback: function
        • (error: Error | null, stdout: string, stderr: string): void
        • Parameters

          • error: Error | null
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • args: ReadonlyArray<string> | undefined | null
    • callback: function
        • (error: Error | null, stdout: string, stderr: string): void
        • Parameters

          • error: Error | null
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • options: ExecFileOptionsWithBufferEncoding
    • callback: function
        • (error: Error | null, stdout: Buffer, stderr: Buffer): void
        • Parameters

          • error: Error | null
          • stdout: Buffer
          • stderr: Buffer

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • args: ReadonlyArray<string> | undefined | null
    • options: ExecFileOptionsWithBufferEncoding
    • callback: function
        • (error: Error | null, stdout: Buffer, stderr: Buffer): void
        • Parameters

          • error: Error | null
          • stdout: Buffer
          • stderr: Buffer

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • options: ExecFileOptionsWithStringEncoding
    • callback: function
        • (error: Error | null, stdout: string, stderr: string): void
        • Parameters

          • error: Error | null
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • args: ReadonlyArray<string> | undefined | null
    • options: ExecFileOptionsWithStringEncoding
    • callback: function
        • (error: Error | null, stdout: string, stderr: string): void
        • Parameters

          • error: Error | null
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • options: ExecFileOptionsWithOtherEncoding
    • callback: function
        • (error: Error | null, stdout: string | Buffer, stderr: string | Buffer): void
        • Parameters

          • error: Error | null
          • stdout: string | Buffer
          • stderr: string | Buffer

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • args: ReadonlyArray<string> | undefined | null
    • options: ExecFileOptionsWithOtherEncoding
    • callback: function
        • (error: Error | null, stdout: string | Buffer, stderr: string | Buffer): void
        • Parameters

          • error: Error | null
          • stdout: string | Buffer
          • stderr: string | Buffer

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • options: ExecFileOptions
    • callback: function
        • (error: Error | null, stdout: string, stderr: string): void
        • Parameters

          • error: Error | null
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • args: ReadonlyArray<string> | undefined | null
    • options: ExecFileOptions
    • callback: function
        • (error: Error | null, stdout: string, stderr: string): void
        • Parameters

          • error: Error | null
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • options: object & ExecFileOptions | undefined | null
    • callback: function | undefined | null

    Returns ChildProcess

  • Parameters

    • file: string
    • args: ReadonlyArray<string> | undefined | null
    • options: object & ExecFileOptions | undefined | null
    • callback: function | undefined | null

    Returns ChildProcess

Index

Functions

Functions

__promisify__

Generated using TypeDoc