happy-dom-without-node
Version:
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.
8 lines • 508 B
JavaScript
var HTMLInputElementSelectionDirectionEnum;
(function (HTMLInputElementSelectionDirectionEnum) {
HTMLInputElementSelectionDirectionEnum["none"] = "none";
HTMLInputElementSelectionDirectionEnum["forward"] = "forward";
HTMLInputElementSelectionDirectionEnum["backward"] = "backward";
})(HTMLInputElementSelectionDirectionEnum || (HTMLInputElementSelectionDirectionEnum = {}));
export default HTMLInputElementSelectionDirectionEnum;
//# sourceMappingURL=HTMLInputElementSelectionDirectionEnum.js.map