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

4 lines
100 B
Text

// @flow
export const max = Math.max;
export const min = Math.min;
export const round = Math.round;