UNPKG

foalts2-cli

Version:

CLI tool for FoalTS

6 lines (5 loc) 137 B
export declare function getNames(name: string): { camelName: string; kebabName: string; upperFirstCamelName: string; };