Files
simpleidp/wwwroot/lib/popper.js/esm/utils/getAltLen.js
2025-08-19 16:58:51 +02:00

3 lines
89 B
JavaScript

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