Function makeURLSearchParams

  • Creates and populates an URLSearchParams instance from an object, stripping out null and undefined values, while also coercing non-strings to strings.

    Type Parameters

    • OptionsType extends object

    Parameters

    • Optional options: Readonly<OptionsType>

      The options to use

    Returns url.URLSearchParams

    A populated URLSearchParams instance

Generated using TypeDoc