UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

6 lines (5 loc) 264 B
import KitFile from '../files/KitFile'; export default class KitController { unpack(url: string, branchName: string, workingDirPath: string, config: KitFile): Promise<void | never>; verifyRepo(url: string, branchName?: string): Promise<KitFile | never>; }