UNPKG

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

Version:

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

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