UNPKG

typechain

Version:

🔌 TypeScript bindings for Ethereum smartcontracts

5 lines (4 loc) • 216 B
/** * Converts valid file names to valid javascript symbols and does best effort to make them readable. Example: ds-token.test becomes DsTokenTest */ export declare function normalizeName(rawName: string): string;