Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The package uses `module.exports =` to define exports. The correct way to write types for this is using `export =`. The old `export default` syntax described the property `module.exports.default` instead.
- Loading branch information