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 248 B
export declare function fromEntries<T = any>(entries: Array<[string, any]>): T; export declare function mapValues<T extends object, ResultT>(o: T, callback: (value: T[keyof T]) => ResultT[keyof ResultT]): ResultT; //# sourceMappingURL=lang.d.ts.map