Current section

Files

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

dist/shared/camel-case.d.ts

/**
* Converts a string to camelCase.
*
* @param str The string to convert
* @returns The camelCased string
*/
export declare function camelCase(str: string): string;
//# sourceMappingURL=camel-case.d.ts.map