UNPKG

galal-front-end-utils

Version:

A JavaScript utilities package for front end

19 lines 618 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.baseInput = void 0; var baseInput = /** @class */ (function () { function baseInput(element) { var _this = this; this.init = function () { }; this.query = function (selector) { return document.querySelectorAll(selector); }; this.getAll = function () { return document.querySelectorAll(typeof _this); }; this._element = element; } return baseInput; }()); exports.baseInput = baseInput; //# sourceMappingURL=_baseInput.js.map