UNPKG

@gnus.ai/upgrade-safe-transpiler-diamond

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe using Diamond Pattern (EIP-2535).

4 lines 225 B
import { SourceUnit } from 'solidity-ast'; import { Transformation } from './type'; export declare function removeStateVarInits(sourceUnit: SourceUnit): Generator<Transformation>; //# sourceMappingURL=purge-var-inits.d.ts.map