File manager - Edit - /home/autoph/public_html/tasks/node_modules/@popperjs/core/lib/utils/within.js
Back
import { max as mathMax, min as mathMin } from "./math.js"; export function within(min, value, max) { return mathMax(min, mathMin(value, max)); } export function withinMaxClamp(min, value, max) { var v = within(min, value, max); return v > max ? max : v; }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings