Creates and populates an URLSearchParams instance from an object, stripping out null and undefined values, while also coercing non-strings to strings.
Returns
 A populated URLSearchParams instance
| Name | Constraints | Optional | Default | Description | 
|---|---|---|---|---|
| OptionsType | object | No | None | 
| Name | Type | Optional | Description | 
|---|---|---|---|
| options | Readonly<OptionsType> | Yes | The options to use  |