UNPKG

nested-query-params

Version:
9 lines 512 B
"use strict"; 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