Kui API Documentation - v11.0.0 / @kui-shell/core / ReplEval
@kui-shell/core.ReplEval
Apply the given evaluator to the given arguments
• name: string
packages/core/src/repl/types.ts:40
▸ apply<T
, O
>(commandUntrimmed
, execOptions
, evaluator
, args
): T
| Promise
<T
>
Name | Type |
---|---|
T |
extends KResponse <any > |
O |
extends ParsedOptions |
Name | Type |
---|---|
commandUntrimmed |
string |
execOptions |
ExecOptions |
evaluator |
Evaluator <T , O > |
args |
Arguments <O > |
T
| Promise
<T
>