* [conventional-commits-parser] Added type definitions for conventional-commits-parser
* [git-raw-commits] Added type definitions for git-raw-commits
* [conventional-commits-parser] Updated conventionalCommitsParser.Commit
* [conventional-changelog-writer] Added type definitions for conventional-changelog-writer
* [conventional-changelog-writer] Updated conventionalChangelogWriter.Options.Sort
* [conventional-commits-parser] Removed spaces
* [conventional-changelog-writer] Fixed typing
* [conventional-changelog-writer] Updated generics
* [conventional-changelog-writer] Updated names of interfaces and types
* [conventional-commits-parser] Updated tests
* [conventional-changelog-core] Added type definitions
* [conventional-changelog-preset-loader] Added type definitions
* [conventional-recommended-bump] Added type definitions
* [conventional-changelog-core] Relocated `// $ExpectType`; altered the name of the namespace
* [conventional-changelog-preset-loader] Altered the name of the namespace
* [conventional-commits-parser] Altered the name of the namespace
* [conventional-recommended-bump] Altered the name of the namespace
* [conventional-changelog-core] Removed the extra `// $ExpectType`
* export path instead of module.path
* update name to match package docs
* update test to catch invalid import
* header version bump
* fix common mistake for spacing
* removing `ffprobe-static` typings
these typings no longer seem relevant to to ffmpeg-static
* Revert "removing `ffprobe-static` typings"
This reverts commit 268fcc7c6d0703483aed41550dd2570916a44d0f.
* fix ffprobe-static import
* fix dtslint test
* Add iterable/iterator to constructor
* Add type assertions to isStream
* Fix types of pipe
* Make pluck optionally type-safe
* Add more methods from docs
* Make parameter names match doc comments
* Add docs for pick
* Improve types of new/modified methods
* Ensure all stream methods are tested
* [react-modal] change styles type to CSSProperties for proper autocompletion and debugging
* [react-modal] fix lint step
* [react-modal] revert prettier styling changes
* use react-modal's style type rather than React's CSS Properties in test
- Updated mustache.js version in header
- More strict definition of tags, going from an array of string to
an array of only two string items
- `readonly` on `.version | .name`
- Partials from `any` to `Record<string, string>` or a lookup function
as that's what is expected
- `originalTemplate` from `any` to `string`
* [react-native-video] replace 2 spaces indent by 4 spaces indent
* [react-native-video] add missing props
* [react-native-video] update version in header comments
* [react-native-video] fix version in header comments
* [react-native-video] add a few unique props in tests
* [react-native-video] fix buffer option's name (bufferForPlaybackAfterRebufferMs)