Package-level declarations

Types

Link copied to clipboard
external interface ExecListeners
Link copied to clipboard
external interface ExecOptions
Link copied to clipboard
external interface ExecOutput
Link copied to clipboard
external class ToolRunner : <ERROR CLASS> ERROR CLASS: Symbol not found for node.events.EventEmitter

Functions

Link copied to clipboard
external fun argStringToArray(argString: String): ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>
Link copied to clipboard
suspend external fun exec(commandLine: String, args: ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String> = definedExternally, options: ExecOptions = definedExternally): Number
Link copied to clipboard
external fun execAsync(commandLine: String, args: ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String> = definedExternally, options: ExecOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<kotlin/Number>
Link copied to clipboard
suspend external fun getExecOutput(commandLine: String, args: ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String> = definedExternally, options: ExecOptions = definedExternally): ExecOutput
Link copied to clipboard
external fun getExecOutputAsync(commandLine: String, args: ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String> = definedExternally, options: ExecOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<actions/exec/ExecOutput>