UNPKG

@gechiui/dom

Version:
9 lines 264 B
/** * Whether the element's text direction is right-to-left. * * @param {Element} element The element to check. * * @return {boolean} True if rtl, false if ltr. */ export default function isRTL(element: Element): boolean; //# sourceMappingURL=is-rtl.d.ts.map