We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed779d8 commit aa693caCopy full SHA for aa693ca
packages/patterns/src/types.js
@@ -381,11 +381,11 @@ export {};
381
* but is provided to minimize surprise.
382
*
383
* @property {(elementPatt?: Pattern,
384
- * countPatt?: Pattern,
+ * bound?: bigint,
385
* limits?: Limits
386
* ) => Matcher} has
387
* Matches any array, CopySet, or CopyBag in which the bigint number of
388
- * elements that match `elementPatt` is a number that matches `countPatt`.
+ * elements that match `elementPatt` is >= `bound` (which defaults to `1n`).
389
390
* @property {(keyPatt?: Pattern,
391
* valuePatt?: Pattern,
0 commit comments