• Parameters

    • args: string[]
    • Optional options: SpawnOptions & {
          binary?: false;
      }

    Returns Spawn<string>

  • Parameters

    • args: string[]
    • options: SpawnOptions & {
          binary: true;
      }

    Returns Spawn<Uint8Array>