mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-09 15:14:35 +00:00
* Correct return type of Node querystring.parse https://nodejs.org/api/querystring.html#querystring_querystring_parse_str_sep_eq_options * request-promise-native: require TS 2.2 to fix error from Node typings * Node querystring.parse: return type: query value as array of strings * Fix tests for request, request-promise, request-promise-native