UNPKG

@stoqey/sofa

Version:
15 lines 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseQuery = void 0; /** * Basic definition of Query Class * */ var BaseQuery = /** @class */ (function () { function BaseQuery(_conditions, _collection) { this._conditions = _conditions; this._collection = _collection; } return BaseQuery; }()); exports.BaseQuery = BaseQuery; //# sourceMappingURL=base-query.js.map