• Serializes an Object to a query string.

    Parameters

    • obj: Record<string, unknown>

      the Object to serialize

    • useQuestionMark: boolean = false

      Prepend a question mark '?' when true.

    Returns string

Generated using TypeDoc