Class: ToolBuilder
Constructors
constructor
• new ToolBuilder(project
): ToolBuilder
Parameters
Name | Type |
---|---|
project | Project |
Returns
Methods
create
▸ create<Input
, Output
, Fn
>(opts
): CodeFunction
<Input
, Output
, Fn
>
Type parameters
Name | Type |
---|---|
Input | Input |
Output | Output |
Fn | extends GenericFunction <Input , Output > |
Parameters
Name | Type |
---|---|
opts | ToolOpts <Input , Output , Fn > |
Returns
CodeFunction
<Input
, Output
, Fn
>