This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
wcheng81
/
jtBaseApp
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
9436b801d0
Ramuri
Etichete
master
jtBaseApp
/
node_modules
/
@popperjs
/
core
/
lib
/
utils
/
math.js.flow
math.js.flow
100 B
Istoric
Crud
1
2
3
4
// @flow
export const max = Math.max;
export const min = Math.min;
export const round = Math.round;