UNPKG

@foal/cli

Version:

CLI tool for FoalTS

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