UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

3 lines (2 loc) 145 B
/** Ensures a number stays within a minimum and maximum value */ export declare function clamp(value: number, min: number, max: number): number;