UNPKG

@simbachain/hardhat

Version:
8 lines 338 B
/// <reference types="node" /> import * as fs from "fs"; export declare const walkDirForContracts: (dir: string, extension: string) => Promise<string[]>; export declare const promisifiedReadFile: (filePath: fs.PathLike, options: { encoding?: null; flag?: string; }) => Promise<Buffer>; //# sourceMappingURL=contractfinder.d.ts.map