UNPKG
@usecannon/router
Version:
alpha (4.1.1-0)
latest (4.1.3)
4.1.3
4.1.2
4.1.1
4.1.1-0
4.1.0
4.0.1
4.0.0
Fork of Synthetix Router Proxy Architecture Manager, including only contract generation logic.
@usecannon/router
/
dist
/
internal
/
router-helper.d.ts
9 lines
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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