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 231 B
import { BuidlerArguments, ResolvedBuidlerConfig } from "../../../types"; export declare function loadConfigAndTasks(buidlerArguments?: Partial<BuidlerArguments>): ResolvedBuidlerConfig; //# sourceMappingURL=config-loading.d.ts.map