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

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

{
  "version": 3,
  "sources": ["../../../src/locale/getEffectiveDir.ts"],
  "sourcesContent": ["const getEffectiveDir = (element: HTMLElement): \"rtl\" | \"ltr\" => {\n\tif (element.matches(\":dir(rtl)\")) {\n\t\treturn \"rtl\";\n\t}\n\n\treturn \"ltr\";\n};\n\nexport default getEffectiveDir;\n"],
  "mappings": "aAAA,MAAMA,EAAmBC,GACpBA,EAAQ,QAAQ,WAAW,EACvB,MAGD,MAGR,eAAeD",
  "names": ["getEffectiveDir", "element"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy