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.

4 lines 329 B
import { ProjectPaths, SolcConfig } from "../../types"; export declare function areArtifactsCached(sourceTimestamps: number[], newSolcConfig: SolcConfig, paths: ProjectPaths): Promise<boolean>; export declare function cacheBuidlerConfig(paths: ProjectPaths, config: SolcConfig): Promise<void>; //# sourceMappingURL=cache.d.ts.map