Commit Graph
8 Commits
Author SHA1 Message Date
Joel Wetzel d2f90e7f2c Update URI.d.ts
uri.search(true) does return an object, but Typescript believes there is a difference between an Object and any.  Thus, if your querystring includes ?myParam=myValue, you should be able to access the value using uri.search(true).myParam.  However, the compiler threw the error "The property 'myParam' does not exist on on value of type 'Object'".  Changing the return type to any fixes this.
2015-02-09 09:07:49 -08:00
Mohamed Hegazy 2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Bartvds d436daf4c2 added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 02:59:02 +01:00
vvakame 2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame 3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Rodney J Thomas 8228324fb5 Fixed URI constructor
Added additional constructor to URI.
2013-02-09 03:59:40 -06:00
Rodney J Thomas 481875fb37 Add two Typings
Added Google feed api and URI.js typings.
2013-02-07 21:45:59 -06:00