shift73k/assets_old/node_modules/@popperjs/core/lib/utils/math.js

3 lines
84 B
JavaScript
Raw Normal View History

export var max = Math.max;
export var min = Math.min;
export var round = Math.round;