UNPKG

@solvprotocol/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

9 lines 247 B
export interface ParsedTypeId { id: string; head: string; args?: ParsedTypeId[]; tail?: string; rets?: ParsedTypeId[]; } export declare function parseTypeId(id: string): ParsedTypeId; //# sourceMappingURL=parse-type-id.d.ts.map