@@ -0,0 +1,5 @@
// @flow
export default function getAltAxis(axis: 'x' | 'y'): 'x' | 'y' {
return axis === 'x' ? 'y' : 'x';
}
The note is not visible to the blocked user.