pull-stream/pull-files

Encoding

Closed this issue · 0 comments

jamen commented

Encoding for non-buffer reads. For example:

pull(
  files.read('node_modules/**/*.*', { encode: 'utf8' })
  // ...
)

Might be useful for streaming files over a network more easily.