5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
/**
|
|
* # Sulg To Camel Case
|
|
*/
|
|
export default function slugToCamelTitle(text: string): string | null;
|