Creates a new query string parser instance with the provided configuration
Configuration object with parse and stringify options
Parses a query string into a JavaScript object using the configured options
Query string to parse (e.g., "foo=bar&baz=qux")
Parsed object representation of the query string
Converts a JavaScript object into a query string using the configured options
Object to convert to query string
Stringified query string representation of the object
Query string parser used to parse and stringify query strings.