UNPKG

@truffle/compile-solidity

Version:
11 lines (10 loc) 245 B
export type StrategyOptions = { version?: string; docker?: boolean; compilerRoots?: string[]; dockerTagsUrl?: string; events?: any; // represents a @truffle/events instance, which lacks types spawn?: { maxBuffer: number; }; };