1.1.0 • Published 10 years ago

disk-fs v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Disk File System

NPM version

Abstract base class/prototype for node-disk file system implementations. It's purpose is to be a reference for implementors and also to provide a fallback layer when in use with node-disk; middleware file system implementations will be extended by it to ensure graceful error handling in the case that a particular method has not been implemented by the middleware.

Install via npm

$ npm install disk-fs