UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

10 lines (9 loc) 259 B
declare function action(contracts: string[], options: any): Promise<void>; declare const _default: { name: string; signature: string; description: string; register: (program: any) => any; action: typeof action; }; export default _default;