UNPKG

@newos/upgradeability-transpiler

Version:

Transpiles Solidity contracts to updgradable versions compatible with NewOs.

4 lines 231 B
import { Node } from '../solc/ast-node'; import { Transformation } from '../transformation'; export declare function appendDirective(fileNode: Node, directive: string): Transformation; //# sourceMappingURL=append-directive.d.ts.map