UNPKG

typechain

Version:

🔌 TypeScript bindings for Ethereum smartcontracts

5 lines (4 loc) • 181 B
/** * Converts valid directory name to valid variable name. Example: 0directory-name becomes _0DirectoryName */ export declare function normalizeDirName(rawName: string): string;