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) 149 B
/** * Process DPR value. If input is 1 returns 1.0 * @param value */ export declare function processDpr(value: string | number): string | number;