UNPKG

@truffle/compile-solidity

Version:
11 lines (10 loc) 340 B
export declare class Cache { private compilerCachePath; memoizedCompilers: Map<string, string>; constructor(); list(): Promise<any>; add(code: string, fileName: string): Promise<void>; has(fileName: string): Promise<boolean>; loadFile(fileName: string): Promise<string>; resolve(fileName: string): string; }