@edgible-team/sdk
    Preparing search index...

    Type Alias SpawnFn

    SpawnFn: (
        command: string,
        args: readonly string[],
        options: SpawnOptions,
    ) => ChildProcess

    Minimal spawn signature — matches node:child_process spawn.

    Type Declaration

      • (command: string, args: readonly string[], options: SpawnOptions): ChildProcess
      • Parameters

        • command: string
        • args: readonly string[]
        • options: SpawnOptions

        Returns ChildProcess