This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
admin
/
movie
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
bc3ea114a7
Ramuri
Etichete
main
movie
/
node_modules
/
@popperjs
/
core
/
lib
/
utils
/
getAltAxis.js
getAltAxis.js
79 B
Istoric
Crud
1
2
3
export default function getAltAxis(axis) {
return axis === 'x' ? 'y' : 'x';
}