UNPKG
hardhat-forta
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Forta Agent Hardhat Plugin
github.com/forta-protocol/hardhat-forta
forta-protocol/hardhat-forta
hardhat-forta
/
dist
/
src
/
forta-cli
/
index.d.ts
3 lines
•
215 B
TypeScript
View Raw
1
2
3
import
{
CommandArgs
}
from
"./types"
;
export
declare
function
executeFortaAgentCliCommand<T
extends
keyof
CommandArgs
>(
cliCommandName
: T,
cliArgs
:
CommandArgs
[T]):
Promise
<
void
>;
//# sourceMappingURL=index.d.ts.map