Gedstream
Parse a GEDCOM file as a stream
Install
$ npm install gedstream
Example
Create a new stream and pipe a file into it
var Gedstream = fs = ; let gedstream = ;fs; gedstream;
You can also directly pass a filepath
var Gedstream = ; let gedstream = Gedstream; gedstream;