UNPKG

@openzeppelin/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

4 lines 256 B
import { VariableDeclaration } from 'solidity-ast'; import { ASTResolver } from '../../ast-resolver'; export declare function isStorageVariable(varDecl: VariableDeclaration, resolver: ASTResolver): boolean; //# sourceMappingURL=is-storage-variable.d.ts.map