UNPKG

solive-solc

Version:

Solidity Contract Compiler Tool - Browser Supported

7 lines 250 B
export * from './types'; export declare const solidityCompiler: ({ version, input, }: { version: string; input: any; }) => Promise<unknown>; export declare const getCompilerVersions: () => Promise<unknown>; //# sourceMappingURL=index.d.ts.map