* Add type definition of the module format-number
Add type definition of the module format-number
Amend
Amend
* Add README.md
* Remove unnecessary files
Trigger github devops
Add line at the end of the file
* Remove unnecessary line
* Added new types for domelementtype
* Modify existing types for htmlparser2
* Updating PULL_REQUEST_TEMPLATE.md
* Revert changes to .github/PULL_REQUEST_TEMPLATE.md
* Fixed missing optional
* Adding DomUtils
* Update dependencies
* Removed requirement for TypeScript 2.1 and updated test
* Updated test to include DomUtils and DomHandlerOptions.
* Updated domhandler tests
* Remove incorrect constructor in Parser
* Remove incorrect constructor in WritableStream
* Change way of importing in tests
* Adding deprecated fallback to Options
* Add deprecated Options as a fallback to sanitize-html
* Add ParserOptions
* Use the deprecated Options
* update fluent definitions for v0.11
* remove circular reference
* add typescript version requiring fix
* downgrade ts version
definitelytyped-header-parser errors on prereleases versions but
TS v3.4 is not actually released so it also errors
* Fix wrong type on swatch hover
* Change variable name for consistency
* Add user as definitions author
* Change major version due to breaking changes
* [cacheable-request] Include type alias for cache adapter
This allows easily declaring a parameter that will be passed into the
constructor.
Ref https://github.com/sindresorhus/got/pull/760#discussion_r268277506
* Fix missing semicolon
* Move StorageAdapter into namespace
* [nodemailer] add messageId() method to MimeNode
The [example transport plugin](https://nodemailer.com/plugins/create/#transport-send-mail-callback) currently fails to compile in TypeScript because of the missing `messageId()` method on `MimeNode`.
* remove whitespace
* Update mime-node.d.ts
* [Ramda] Added dropRepeats, mergeLeft and hasPath definition
* Ramda: Add definition for otherwise
* Ramda: Add definitions pipeWith and composeWith
* Ramda: Add definition for then
* Ramda: Add definition for thunkify
* Ramda: Remove definition for memoize
This previously deprecated function was removed in 0.26
* Ramda: Update memoizeWith documentation and fix its typing
* Ramda: Mark new deprecations
* Ramda: set minimum ts version to 3.3
* Ramda: Add definition for dropRepeatsWith
* Ramda: Add definition for mergeRight
* Ramda: Improve the types of the merge functions