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

7 lines (6 loc) 162 B
import { stringOrNumber } from "../../types/types.js"; /** * * @param value */ export declare function normRangeValues(value: stringOrNumber): stringOrNumber;