Current section

Files

Jump to
ckeditor5_phoenix dist shared deep-camel-case-keys.d.ts
Raw

dist/shared/deep-camel-case-keys.d.ts

/**
* Recursively converts all keys of a plain object or array to camelCase.
* Skips class instances and leaves them untouched.
*
* @param input The object or array to process
*/
export declare function deepCamelCaseKeys<T>(input: T): T;
//# sourceMappingURL=deep-camel-case-keys.d.ts.map