R8244/node_modules/clone-stats52a4aa7a2ec6master
R8244/node_modules/clone-stats
52a4aa7a2ec6master
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