UNPKG

@newos/upgradeability-transpiler

Version:

Transpiles Solidity contracts to updgradable versions compatible with NewOs.

3 lines 185 B
import { Transformation } from './transformation'; export declare function transpile(source: string, transformations: Transformation[]): string; //# sourceMappingURL=transpiler.d.ts.map