1.0.0 • Published 6 years ago

cacheable-fs-stream v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Cacheable-Fs-Stream

Usage

const createCacheableStream = require('cacheable-fs-stream')
const getCacheableFileStream = createCacheableStream()

getCacheableFileStream('path/to/your/file', e => {
  console.error(e)
  // handle error
}).pipe(writableStream)

TODO

add multiple stores support