circu.js
    Preparing search index...
    • Synchronously spawn a child process using platform-native process APIs.

      Parameters

      • args: string | string[]

        Command string or argument array (first element is command to execute)

      • Optionaloptions: SpawnOptions<false>

        Optional configuration

      Returns SpawnSyncResult

    • Node-style overload: command plus argument array.

      Parameters

      • command: string
      • Optionalargs: string[]
      • Optionaloptions: SpawnOptions<false>

      Returns SpawnSyncResult