UNPKG

@truffle/compile-solidity

Version:
7 lines (6 loc) 246 B
/// <reference types="node" /> /** * Convert a full version string (possibly with commit information, etc.) into * a canonical short-form semver version (x.y.z) */ export declare const normalizeSolcVersion: (input: string | Buffer) => string;