@gnus.ai/upgrade-safe-transpiler-diamond
Version:
Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe using Diamond Pattern (EIP-2535).
6 lines • 503 B
TypeScript
export declare function isRenamed(name: string): boolean;
export declare function renameContract(name: string, _suffix?: string): string;
export declare function renamePath(filePath: string, _suffix?: string): string;
export declare function renameRelativePath(filePath: string, _suffix: string | undefined, basePath: string): string;
export declare function getContractsImportPath(contractPaths: Map<string, Set<string>>, basePath: string, suffix?: string): string;
//# sourceMappingURL=rename.d.ts.map