UNPKG

hardhat

Version:

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

5 lines 290 B
import { FSWatcher } from "chokidar"; import { EIP1193Provider, ProjectPathsConfig } from "../../types"; export type Watcher = FSWatcher; export declare function watchCompilerOutput(provider: EIP1193Provider, paths: ProjectPathsConfig): Promise<Watcher>; //# sourceMappingURL=watch.d.ts.map