get

Bun

Symbol

URLSearchParams.get

get(name: string): null | string

Returns the first value associated to the given search parameter.

MDN Reference