UNPKG

@solvprotocol/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

8 lines 252 B
import { Bounds } from './transformations/type'; export interface Shift { amount: number; location: number; lengthZero: boolean; } export declare function shiftBounds(shifts: Shift[], b: Bounds): Bounds; //# sourceMappingURL=shifts.d.ts.map