UNPKG

@agnos-ui/core

Version:

Framework-agnostic headless component library.

4 lines (3 loc) 134 B
"use strict"; const getTextDirection = (element) => getComputedStyle(element).direction; exports.getTextDirection = getTextDirection;