UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

10 lines (9 loc) 278 B
export declare type Choice = string | { name: string; value: string; short?: string; } | { type: 'separator'; }; export declare type ContractsSource = 'built' | 'notAdded' | 'added' | 'all'; export declare function contracts(source?: ContractsSource): Choice[];