UNPKG

@onesy/utils

Version:
3 lines (2 loc) 98 B
declare const clamp: (value: number, min?: number, max?: number) => number; export default clamp;