UNPKG

92 BTypeScriptView Raw
1declare const clamp: (a: number, min: number, max: number) => number;
2export default clamp;