UNPKG

keys-converter

Version:

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

4 lines (3 loc) 132 B
declare const isLastCharUnderscore: (str: string) => boolean; export { isLastCharUnderscore }; export default isLastCharUnderscore;