FS Sink (BOB)
A file system sink for the BOB streaming protocol.
Usage
const FileSink = path options
Implements a BOB sink to a file.
Example
const FileSink = const source = const sink = 'my-file' sinksinkstart { if error console else console }
See test-basic for a good working example.