UNPKG

@solvprotocol/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

5 lines 305 B
import { SourceUnit } from 'solidity-ast'; import { Transformation } from './type'; import { TransformerTools } from '../transform'; export declare function fixImportDirectives(ast: SourceUnit, { resolver }: TransformerTools): Generator<Transformation>; //# sourceMappingURL=fix-import-directives.d.ts.map