UNPKG

keys-converter

Version:

This package provide a util function to convert snake case object keys to camel case

4 lines (3 loc) 155 B
declare const removeIfLastCharIsUnderscore: (str: string) => string; export { removeIfLastCharIsUnderscore }; export default removeIfLastCharIsUnderscore;