Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional atvremotePath

atvremotePath: string

Optional atvscriptPath

atvscriptPath: string

Optional debug

debug: true | ((msg: string) => void)

Optional noColors

noColors: true

Optional spawn

spawn: (command: string, args: string[], options: SpawnOptions) => ChildProcess | FakeChildProcess

Type declaration

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

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

      Returns ChildProcess | FakeChildProcess

Legend

  • Constructor
  • Method
  • Property
  • Static method

Generated using TypeDoc