"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isSelected() { return this.isElementSelected(this.elementId); } exports.default = isSelected;