Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 325 Bytes

rafify

Return a random-access-file instance, no matter wheter a file name or an already created instance is passed.

Example

var rafify = require('rafify')

var store = rafify(path || store)

Installation

$ npm install rafify

License

MIT