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