UNPKG

@solvprotocol/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

3 lines 162 B
export declare type Line = string | Line[]; export declare function formatLines(indent: number, lines: Line[]): string; //# sourceMappingURL=format-lines.d.ts.map