UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

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