| .. | |||
| LICENSE.md | 4 months ago | ||
| README.md | 4 months ago | ||
| index.js | 4 months ago | ||
| package.json | 4 months ago | ||
| test.js | 4 months ago | ||

Safely clone node's fs.Stats instances without losing their class methods, i.e. stat.isDirectory() and co.
copy = require('clone-stats')(stat)Returns a clone of the original fs.Stats instance (stat).
MIT. See LICENSE.md for details.