Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: export types from the main module #90

Merged
merged 1 commit into from
Mar 21, 2020

Conversation

tomi
Copy link
Owner

@tomi tomi commented Mar 21, 2020

Export all the types that are part of the public interface of the library. This way they can be
imported from the same entrypoint as the from function. This requires that the implementation and
the interface of Sequence and OrderedSequence are separated from each others.

Export all the types that are part of the public interface of the library. This way they can be
imported from the same entrypoint as the from function. This requires that the implementation and
the interface of Sequence and OrderedSequence are separated from each others.
@tomi tomi merged commit feee577 into master Mar 21, 2020
@tomi tomi deleted the include-typings-from-entry-module branch March 21, 2020 15:21
@tomi
Copy link
Owner Author

tomi commented Mar 21, 2020

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@tomi tomi added the released label Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant