UNPKG
easy_shell_agent
Version:
latest (1.0.1)
1.0.1
1.0.0
nodejs ai agent
easy_shell_agent
/
dist
/
src
/
core
/
executor
/
processCommand.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
import { IExectueAction }
from
"."
; import { BaseExecutor }
from
"./BaseExecutor"
; export
declare
class
processCommand
extends
BaseExecutor
{
exec
(
option
: IExectueAction,
input
:
string
):
void
; }