Mevery
Bun

method

url.URLSearchParamsIterator.every

predicate: (value: T, index: number) => unknown
): boolean;

Determines whether all the members of this iterator satisfy the specified test.

@param predicate

A function that accepts up to two arguments. The every method calls the predicate function for each element in this iterator until the predicate returns false, or until the end of this iterator.