UNPKG

@openzeppelin/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

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