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) =========================

8 lines (7 loc) 176 B
/** * Parse "if" parameter * Translates the condition if provided. * @private * @return {string} "if_" + ifValue */ export declare function process_if(ifValue: any): any;