UNPKG

hardhat-deploy

Version:

Hardhat plugin for replicable smart contract deployments and easy testing across multiple EVM chains, with support for proxies, diamonds, named accounts, and deployment fixtures

10 lines 378 B
export type FileTraversed = { name: string; path: string; relativePath: string; mtimeMs: number; directory: boolean; }; export declare function traverse(dir: string, result?: any[], topDir?: string, filter?: (name: string, stats: any) => boolean): Array<FileTraversed>; export declare function slash(path: string): string; //# sourceMappingURL=files.d.ts.map