UNPKG

@maherunlocker/custom-react-table

Version:
4 lines (3 loc) 218 B
export declare function toSnakeCase(object: any, exceptions?: string[]): any; export declare function toCamelCase(object: any, exceptions?: string[]): any; export declare function camelToWords(str: string): string;