UNPKG

@truffle/compile-solidity

Version:
9 lines (8 loc) 264 B
import Config from "@truffle/config"; import type { Compilation } from "@truffle/compile-common"; export declare const compileWithPragmaAnalysis: ({ paths, options }: { paths: string[]; options: Config; }) => Promise<{ compilations: Compilation[]; }>;