UNPKG

308 BTypeScriptView Raw
1export declare const camel: (text: string) => string;
2export declare const constant: (text: string) => string;
3export declare const pascal: (text: string) => string;
4export declare const snake: (text: string) => string;
5export declare const kebab: (text: string) => string;
6//# sourceMappingURL=case.d.ts.map
\No newline at end of file