UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 166 B
/** * Clamp number within the inclusive range within the lower and upper bounds. */ export declare function clamp(v: number, lower: number, upper: number): number;