UNPKG

phylojs

Version:

A simple typescript library for phylogenetic trees

4 lines (3 loc) 174 B
import { Tree } from '../../'; export declare function readPhyJSON(phyJSONString: string): Tree; export declare function readTreesFromPhyJSON(phyJSONString: string): Tree[];