UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

3 lines 97 B
export default function within(min, value, max) { return Math.max(min, Math.min(value, max)); }