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

5 lines
100 B
Text
Raw Normal View History

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