:card_index: iterate a vinyl file stream with minimal code
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This library simplifies iterating over a vinyl file stream by providing a transform stream that handles both buffer and stream files, requiring minimal code to process each file's content. It's designed primarily for gulp plugin developers who need to transform or analyze all files in a stream, though it can be used in other Node.js file processing scenarios. The module accepts an iterator function to process each file's content and optionally supports a flush function for final operations before stream completion.