Skip to content

Commit

Permalink
Merge pull request #60 from clockor2/expose-annotation-writers
Browse files Browse the repository at this point in the history
fix: expose annotation writers
  • Loading branch information
LeoFeatherstone committed Apr 11, 2024
2 parents 6fdc28b + c085757 commit cce96f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export { Tree, Node } from './tree';
export { writeNewick } from './io/writers/newick';
export {
writeNewick,
beastAnnotation,
nhxAnnotation,
} from './io/writers/newick';
export { writeNexus } from './io/writers/nexus';
export { readNewick, readTreesFromNewick } from './io/readers/newick';
export { readNexus, readTreesFromNexus } from './io/readers/nexus';
Expand Down

0 comments on commit cce96f0

Please sign in to comment.