UNPKG

equation-sdk

Version:

🛠 An SDK for building applications on top of Equation.

7 lines (6 loc) • 253 B
/** * Converts an object or an array of objects to camel case. * @param obj - The object or array of objects to convert. * @returns The converted object or array of objects in camel case. */ export declare function toCamelCase(obj: any): any;