Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/js/options/helpers/
?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/js/options
const isRtl = () => document.querySelector('html').dir === 'rtl'
export const transformValueForRtl = (value) => {
return isRtl() ? value : value * -1
}