Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: export types from the main module
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.
- Loading branch information