UNPKG

keys-converter

Version:

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

5 lines (4 loc) 67 B
export interface IParams { value: any; ranges: string[]; }