@optionfactory/ful 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ful.iife.js CHANGED
@@ -491,6 +491,7 @@ var ful = (function (exports, ftl) {
491
491
  param(k, ...vs) {
492
492
  if (vs.length === 0 || vs[0] === null || vs[0] === undefined) {
493
493
  this.#params.delete(k);
494
+ return this;
494
495
  }
495
496
  for (const v of vs) {
496
497
  this.#params.append(k, v);