MichaelQQ / dbfstream

dbf file parser (stream version)
2 stars 2 forks source link

accept readableStream as input in addition to file #3

Closed trescube closed 6 years ago

trescube commented 6 years ago

This change allows a readableStream to be input as well as a filename which is helpful when piping (with tests!) Hopefully the is-stream module inclusion is okay, it's far more thorough than duck typing.

MichaelQQ commented 6 years ago

@trescube great job!