MCPcopy
hub / github.com/mdbootstrap/TW-Elements / isRTL

Function isRTL

src/js/util/index.js:266–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264};
265
266const isRTL = () => document.documentElement.dir === "rtl";
267
268const array = (collection) => {
269 return Array.from(collection);

Callers 5

_directionToOrderMethod · 0.90
_orderToDirectionMethod · 0.90
tooltip.jsFile · 0.90
dropdown.jsFile · 0.90
_adjustDialogMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected