mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 17:17:23 +08: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