UNPKG

89 BJavaScriptView Raw
1export default function getAltLen(len) {
2 return len === 'width' ? 'height' : 'width';
3}
\No newline at end of file