UNPKG

@configurator/ravendb

Version:
11 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WhereParams = void 0; class WhereParams { constructor() { this.allowWildcards = false; this.nestedPath = false; } } exports.WhereParams = WhereParams; //# sourceMappingURL=WhereParams.js.map