UNPKG

@nomiclabs/buidler

Version:

Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

3 lines 242 B
import { EthereumProvider, ProjectPaths, SolcConfig } from "../../types"; export declare function watchCompilerOutput(provider: EthereumProvider, solcConfig: SolcConfig, paths: ProjectPaths): Promise<void>; //# sourceMappingURL=watch.d.ts.map