* [thrift] Update thrift to use the more universal http.RequestOptions
* The RequestOptions interface is more universal across node versions than
the ClientRequestArgs interface which is specific to Node v8.
* Add tests for RequestOptions
* Revert "Add tsline file"
This reverts commit a0f8c9acc3.
* Revert "Rename .d.ts file per guidelines"
This reverts commit 7eb6f76ab5.
* Revert "Add types for ZeroMQ.js, derived from the 'zmq' type definitions"
This reverts commit d5d3cd0fca.
* Add new types for the ed25519 NPM package
* Update version number
* Format existing code
* Add name to authors
* Add tslint.json
* Rewrite to match module.d.ts template
* Add missing functions
* Add extendString and related String augmentation
* Correct uriSafe parameter to be optional
* Correct extended functions to be required
* Add new tests and fix global Base64
* Add missing uriSafe parameter to toBase64
* Enable strictNullChecks
* Add missing test case
* Add static methods and default overwrites for datatables.net
* Add support for $("selector").dataTable()
* Add support for $.fn.dataTable.XXX and $.fn.dataTable.util.XXX
* Add support for overwriting datatables.net defaults, see test
* Remove fixed comments
* Great improvement for datatable.net-buttons
* Add all supported plugins for buttons
* Better integration in datatables.net d.ts
* Fix Api datatables.net
* Add support for datatables.net-buttons Api calls
Support for button api
* Add support for datatables-fixedheader Api
* Support for fixedHeader Api calls
* Add static functions
* Updated test
* TSLint all files
* TSLint datatables.net, datatables.net-buttoms index.d.ts
* Fix travis errors
* TSLint Tests
* Fix Travis Errors
* Fix: Add TypeScript Version
* Fix: Set TypeScript Version to 4
* Fix: Test error
* Allow typing express body, params, query and cookies through generics
* Increase minor version
* Add ts version comment
* Fix ts requirement comment typo
* Bump all ts version packages
* Bump Morgan package
In the swagger v2 specification all of the parameters except the BodyParameter implement the BodySchema. Check out the official spec here: http://swagger.io/v2/schema.json
* Add rmdir() to type definition.
* Bump version number in comment header.
* Remove patch level version number to fix tests
* Update tests to include an rmdir() invocation.
* Add the tooltipAnchor property to the BaseIconOptions interface
* Add myself as author especially for PR 14299 and for getting an information on further changes
* Typo in github-name
* Remove redundant jsdoc and rewrite to a pretty format