HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/negocios.lapieza.do/node_modules/@popperjs/core/lib/utils/
Upload File :
Current File : /var/www/negocios.lapieza.do/node_modules/@popperjs/core/lib/utils/getAltLen.js.flow
// @flow

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