UNPKG

@cloudinary/url-gen

Version:

You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================

6 lines (5 loc) 121 B
/** * Converts string to snake case * @param {string} str */ export declare const snakeCase: (str: string) => string;