kiruthiga 55473b7e7c initial push 6 napja
..
LICENSE.md 55473b7e7c initial push 6 napja
README.md 55473b7e7c initial push 6 napja
index.js 55473b7e7c initial push 6 napja
package.json 55473b7e7c initial push 6 napja
test.js 55473b7e7c initial push 6 napja

README.md

clone-stats Flattr this!experimental

Safely clone node's fs.Stats instances without losing their class methods, i.e. stat.isDirectory() and co.

Usage

clone-stats

copy = require('clone-stats')(stat)

Returns a clone of the original fs.Stats instance (stat).

License

MIT. See LICENSE.md for details.