Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
suspend external fun exec(commandLine: String, args: ReadonlyArray<String> = definedExternally, options: ExecOptions = definedExternally): Number
Link copied to clipboard
external fun execAsync(commandLine: String, args: ReadonlyArray<String> = definedExternally, options: ExecOptions = definedExternally): Promise<Number>
Link copied to clipboard
suspend external fun getExecOutput(commandLine: String, args: ReadonlyArray<String> = definedExternally, options: ExecOptions = definedExternally): ExecOutput
Link copied to clipboard
external fun getExecOutputAsync(commandLine: String, args: ReadonlyArray<String> = definedExternally, options: ExecOptions = definedExternally): Promise<ExecOutput>