Mdrop
Bun

method

url.URLSearchParamsIterator.drop

count: number
): IteratorObject<T, undefined, unknown>;

Creates an iterator whose values are the values from this iterator after skipping the provided count.

@param count

The number of values to drop.