| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/@popperjs/core/lib/utils/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/@popperjs/core/lib/utils/getAltLen.js |
export default function getAltLen(len) {
return len === 'width' ? 'height' : 'width';
}