@adviser/cement 0.2.32 → 0.2.33

Sign up to get free protection for your applications and to get access to all the features.
package/index.cjs CHANGED
@@ -1459,6 +1459,9 @@ var URI = class _URI {
1459
1459
  getParamResult(key, msgFn) {
1460
1460
  return getParamResult(key, this.getParam(key), msgFn);
1461
1461
  }
1462
+ getParamsResult(...keys) {
1463
+ return getParamsResult(keys, this);
1464
+ }
1462
1465
  clone() {
1463
1466
  return new _URI(this._url);
1464
1467
  }