source:
imaps-frontend/node_modules/@popperjs/core/lib/utils/math.js.flow
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 100 bytes |
Line | |
---|---|
1 | // @flow |
2 | export const max = Math.max; |
3 | export const min = Math.min; |
4 | export const round = Math.round; |
Note:
See TracBrowser
for help on using the repository browser.