UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

5 lines (4 loc) 179 B
import { Command } from 'commander'; export { name, description } from './spec'; export declare const signature: string; export declare function register(program: Command): void;