UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

10 lines (8 loc) 148 B
// @flow export default function within( min: number, value: number, max: number ): number { return Math.max(min, Math.min(value, max)); }