UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

3 lines (2 loc) 153 B
import { LinkParams } from './interfaces'; export default function link({ dependencies, installDependencies, projectFile, }: LinkParams): Promise<void>;