solc
Version:
Solidity compiler
10 lines (9 loc) • 452 B
TypeScript
declare function versionToSemver(version: any): any;
declare function translateJsonCompilerOutput(output: any, libraries: any): any;
declare function prettyPrintLegacyAssemblyJSON(assembly: any, source: any): string;
declare const _default: {
versionToSemver: typeof versionToSemver;
translateJsonCompilerOutput: typeof translateJsonCompilerOutput;
prettyPrintLegacyAssemblyJSON: typeof prettyPrintLegacyAssemblyJSON;
};
export = _default;