?? GreyFile — Mystic File Browser

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

?? Viewing: transform-value-for-rtl.js

const isRtl = () => document.querySelector('html').dir === 'rtl'

export const transformValueForRtl = (value) => {
	return isRtl() ? value : value * -1
}


??

??