UNPKG

@usecannon/router

Version:

Fork of Synthetix Router Proxy Architecture Manager, including only contract generation logic.

9 lines 299 B
/** * Converts the contracts name to private _CONSTANT_CASE format. * E.g.: * 'BearableModule' => '_BEARABLE_MODULE' * 'Proxy' => '_PROXY' * 'ERC20Token' => '_ERC20_TOKEN' */ export declare function toPrivateConstantCase(name: string): string; //# sourceMappingURL=router-helper.d.ts.map