UNPKG

@stimulus-library/utilities

Version:

A library of useful controllers for Stimulus

2 lines (1 loc) 80 B
export declare function clamp(value: number, min: number, max: number): number;