Function spawn

  • Spawn a child process.

    Parameters

    • args: string | string[]

      Command line arguments for the new process.

    • Optional options: ProcessOptions

      Extra options.

    Returns Process

Generated using TypeDoc