mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 10:53:29 +09:00
3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
export default function getAltAxis(axis) {
|
|
return axis === 'x' ? 'y' : 'x';
|
|
} |