UNPKG

harsta

Version:

Harsta is a contract development tool based on Hardhat, designed to streamline the development, testing, and referencing of contracts, addresses, ABIs, and contract instances.

7 lines (4 loc) 117 B
import yargs from 'yargs'; declare const cli: yargs.Argv<{}>; declare function main(): void; export { cli, main };