DefinitelyTyped/urijs
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
..
URI.d.ts Update URI.d.ts 2015-02-09 09:07:49 -08:00
URI.d.ts.tscparams Remove quotes from response files 2014-09-02 14:53:39 -07:00