shift73k/assets_old/node_modules/@popperjs/core/lib/utils/getAltLen.js

3 lines
No EOL
89 B
JavaScript

export default function getAltLen(len) {
return len === 'width' ? 'height' : 'width';
}