UNPKG

orvex

Version:

A lightweight TypeScript library to create and manipulate HTML elements with ease.

6 lines (5 loc) 107 B
export function dir(obj, val) { if (val != "ltr" && val != "rtl") return; obj.dir = val; }