UNPKG

@openzeppelin/upgradeability-transpiler

Version:

Transpiles Solidity contracts to updgradable versions compatible with OpenZeppelin SDK.

6 lines (5 loc) 90 B
export interface Transformation { start: number; end: number; text: string; }