UNPKG

@solvprotocol/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

9 lines 315 B
import { SolcOutput } from './input-output'; export interface SourceLocation { start: number; length: number; source: string; } export declare type SrcDecoder = (src: string) => SourceLocation; export declare function srcDecoder(output: SolcOutput): SrcDecoder; //# sourceMappingURL=src-decoder.d.ts.map