This commit is contained in:
4
module/@popperjs/core@2.11.8/lib/utils/math.js.flow
Normal file
4
module/@popperjs/core@2.11.8/lib/utils/math.js.flow
Normal file
@@ -0,0 +1,4 @@
|
||||
// @flow
|
||||
export const max = Math.max;
|
||||
export const min = Math.min;
|
||||
export const round = Math.round;
|
||||
Reference in New Issue
Block a user