Vitalik 89ad36e769 add base style 1 ay önce
..
LICENSE.md 89ad36e769 add base style 1 ay önce
README.md 89ad36e769 add base style 1 ay önce
index.js 89ad36e769 add base style 1 ay önce
package.json 89ad36e769 add base style 1 ay önce
test.js 89ad36e769 add base style 1 ay önce

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.