nested-query-params
Version:
Rack like parsing of nested query parameters
9 lines • 512 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QueryParamPathComponentKind = void 0;
var QueryParamPathComponentKind;
(function (QueryParamPathComponentKind) {
QueryParamPathComponentKind[QueryParamPathComponentKind["Map"] = 0] = "Map";
QueryParamPathComponentKind[QueryParamPathComponentKind["List"] = 1] = "List";
})(QueryParamPathComponentKind = exports.QueryParamPathComponentKind || (exports.QueryParamPathComponentKind = {}));
//# sourceMappingURL=types.js.map