Repository URL to install this package:
|
Version:
1.1.3 ▾
|
export declare function convertCamelToSnakeCase(str: string): string;
export default convertCamelToSnakeCase;