UNPKG

@truffle/compile-solidity

Version:
7 lines (6 loc) 306 B
import type { Compilation } from "@truffle/compile-common"; import type { InternalOptions } from "./types"; import type Config from "@truffle/config"; export declare function run(rawSources: { [name: string]: string; }, options: Config, internalOptions?: InternalOptions): Promise<Compilation | null>;