R8244/node_modules/clone-stats14df7e7ba70fsolothurn
R8244/node_modules/clone-stats
14df7e7ba70fsolothurn
README.md
README.md
clone-stats 
Safely clone node's [fs.Stats](http://nodejs.org/api/fs.html#fs_class_fs_stats) instances without losing their class methods, i.e. stat.isDirectory() and co.
Usage

copy = require('clone-stats')(stat)
Returns a clone of the original fs.Stats instance (stat).
License
MIT. See LICENSE.md for details.
c4science · Help