📄 math.js
/home/palash/git/site/node_modules/@popperjs/core/lib/utils/math.js
Language: js • Lines: 3
export var max = Math.max;
export var min = Math.min;
export var round = Math.round;