All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.locale.getEffectiveDir.js Maven / Gradle / Ivy

const getEffectiveDir = (element) => {
    if (element.matches(":dir(rtl)")) {
        return "rtl";
    }
    return "ltr";
};
export default getEffectiveDir;
//# sourceMappingURL=getEffectiveDir.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy