* Basic framework for requestretry
* Start of tests
* Fixing some linting issues
* More formatting and cleanup
* Switching to a non module
* Finishing the tests
* Fixing formatting for new tests
* Remove unneeded types
* Regenerate base files again
* Mongodb client.connect options v2.2
* Mongodb::dt-header typescript v2.0 -> v2.3
Read more on typescript ``object`` [type](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/release%20notes/TypeScript%202.2.md#object-type)
* Fix trailing ' mark
* Ttravis errors,mongodb: downgrade TS version to 2.2
* Merge SocketOptions into MongoClientOptions
* Urgent fix MongoDB.connect() options
Most common SSL options now gathered in one
place in SSLOptions interface.
SSLOptions and newly added HighAvailabilityOptions interface
are shared by ServerOptions, MongosOptions
and ReplSetOptions interfaces respectively
SocketOptions extends SSLOptions.
Updates ReadPreference interface to v2.2
Updates docs links.
* Restore formatting style
* SocketOptions, ServerOptions & ReplSetOptions
SocketOptions
Removes extension of SSL- and HighAvailability- Options
ServerOptions
Adds missing options
ReplSetOptions
Adds missing extensions of SSL- and HighAvailability- Options
* Fix first round of weak type errors
Done through griddle-react
* 95% done with weak type fixes
* Fix last couple of weak type errors
* Remove some lint from mithril tests
* mithril's Lifecycle is not a weak type any more
Restore the Lifecycle constraints in the rest of the definitions.
* Fix react-redux tests after #16652 broke them
* Remove package-lock.json
Fixed a bug that resulted in `any` being inferred for nested recursive generics.
Formatted type declaration on multiple lines for readability.
Updated maintainers list.
* Added 'firebird' package
* Fixed all of the errors from dtslint
* Modify tslint.json in dts-gen form
* Fixed more tslint errors.
* Validate whitespace rules(CI-only)
* Adding typescript definitions for redux-infinite-scroll
* Add new line characters.
* Add tsconfig.json
* Remove package.json to satisfy first time requirements.
* Add typescript version requirement.
* - InfiniteScoller now properly inherits div properties.
- Add test file.
- Add tslint file.
- Remove readme as per first time requirements.
- Remove experimentalDecorators config setting as it is not needed.
- Fix parsing issue with typescript version in index.d.ts.
* Fix errors reported by linter.
* [jsonwebtoken] set correct types for decode and verify functions
* [jsonwebtoken] make compliant with older TypeScript versions
* [jsonwebtoken] update to TypeScript 2.2 types
* [jsonwebtoken] use constant as function parameter instead of casting object
* Multiple fixes to types/chroma-js/index.d.ts
* Fixed bezier method
* typed string parameters to be string unions
* added out parameter to Scale.colors
* changed color types to number tuples instead of arrays
* added types/chroma-js/tslint.json
* [chroma-js] Added documentation
Copied method descriptions from the API docs.
* [chroma-js] Added more documentation
Copied method descriptions from the API docs.
* Actually ran the linter...
* [chroma-js] reverted package.json