UNPKG

338 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class Query {
4 constructor(parameters = {}) {
5 this._params = parameters;
6 }
7 getParameters() {
8 return this._params;
9 }
10 getQuery() {
11 return this._getQuery();
12 }
13}
14exports.Query = Query;
15//# sourceMappingURL=Query.js.map
\No newline at end of file