UNPKG

parse-gedcom

Version:

a simple and readable gedcom parser

7 lines (6 loc) 275 B
export { parse } from "./lib/parse-to-unist"; export { tokenize } from "./lib/tokenize"; export { compact } from "./lib/unist-compact"; export { toD3Force } from "./lib/to-d3-force"; export { toDot } from "./lib/to-dot"; export { toGraphlib } from "./lib/to-graphlib";