Skip to content

Commit

Permalink
feat: export types from the main module
Browse files Browse the repository at this point in the history
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
tomi committed Mar 21, 2020
1 parent f482f15 commit 09c1af3
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 537 deletions.
Loading

0 comments on commit 09c1af3

Please sign in to comment.