kevin tessier 5f00dd9b15 first commit vor 6 Jahren
..
LICENSE.md 5f00dd9b15 first commit vor 6 Jahren
README.md 5f00dd9b15 first commit vor 6 Jahren
index.js 5f00dd9b15 first commit vor 6 Jahren
package.json 5f00dd9b15 first commit vor 6 Jahren
test.js 5f00dd9b15 first commit vor 6 Jahren

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.