UNPKG

79 BJavaScriptView Raw
1export default function getAltAxis(axis) {
2 return axis === 'x' ? 'y' : 'x';
3}
\No newline at end of file