Methods
Static fromCamelToHyphen
- fromCamelToHyphen(input: string): string
-
Parameters
Returns string
Static fromCamelToPascal
- fromCamelToPascal(input: string): string
-
Parameters
Returns string
Static fromCamelToUnderscore
- fromCamelToUnderscore(input: string): string
-
Parameters
Returns string
Static fromHyphenToCamel
- fromHyphenToCamel(input: string): string
-
Parameters
Returns string
Static fromPascalToCamel
- fromPascalToCamel(input: string): string
-
Parameters
Returns string
Static fromUnderscoreToCamel
- fromUnderscoreToCamel(input: string): string
-
Parameters
Returns string