NodeurlURLSearchParams.prototype.getmethod URLSearchParams.prototype.get#URLSearchParams.prototype.get(name: string): string | nullReturns the value of the first name-value pair whose name is name. If there are no such pairs, null is returned. Parameters ##name: stringReturn Type #string | nullor null if there is no name-value pair with the given name.
method URLSearchParams.prototype.get#URLSearchParams.prototype.get(name: string): string | nullReturns the value of the first name-value pair whose name is name. If there are no such pairs, null is returned. Parameters ##name: stringReturn Type #string | nullor null if there is no name-value pair with the given name.