DefinitelyTyped/request
Laurent, David | ISDOD 14a002c077 qs should be any
if qs is defined as an object type then if we want to access it like
this it will generate an error :

var requestOpt: request.Options = {
json: true,
qs: {
param1: '',
param2: {}
},
url: '',
};

requestOpt.qs.param1 // <= error
2015-09-18 14:03:53 +09:00
..
request-tests.ts fix request.d.ts CookieJar signature 2015-07-23 19:25:03 +02:00
request.d.ts qs should be any 2015-09-18 14:03:53 +09:00