UNPKG

@solvprotocol/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

4 lines 287 B
import { Transformation, Bounds } from './type'; export declare function compareTransformations(a: Transformation, b: Transformation): number; export declare function compareContainment(a: Bounds, b: Bounds): number | 'disjoint' | 'partial overlap'; //# sourceMappingURL=compare.d.ts.map