UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

3 lines (2 loc) 134 B
import { RemoveParams } from './interfaces'; export default function remove({ contracts, projectFile, }: RemoveParams): void | never;