UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

12 lines (11 loc) 401 B
declare function action(contractNames: string[], options: any): Promise<void>; declare function runActionIfNeeded(contractName?: string, options?: any): Promise<void>; declare const _default: { name: string; signature: string; description: string; register: (program: any) => any; action: typeof action; runActionIfNeeded: typeof runActionIfNeeded; }; export default _default;