UNPKG

hardhat

Version:

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

3 lines 214 B
import type { HookManager } from "../../../../types/hooks.js"; export declare function readSourceFileFactory(hooks: HookManager): (absPath: string) => Promise<string>; //# sourceMappingURL=read-source-file.d.ts.map