root 3bf41bf355 update há 1 ano atrás
..
LICENSE.md 3bf41bf355 update há 1 ano atrás
README.md 3bf41bf355 update há 1 ano atrás
index.js 3bf41bf355 update há 1 ano atrás
package.json 3bf41bf355 update há 1 ano atrás
test.js 3bf41bf355 update há 1 ano atrás

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.