UNPKG

keys-converter

Version:

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

4 lines (3 loc) 121 B
declare const isCharUnderscore: (char: string) => boolean; export { isCharUnderscore }; export default isCharUnderscore;