Bachir Soussi Chiadmi ac58a24f5c added bower, gulp | vor 7 Jahren | |
---|---|---|
.. | ||
LICENSE.md | vor 7 Jahren | |
README.md | vor 7 Jahren | |
index.js | vor 7 Jahren | |
package.json | vor 7 Jahren | |
test.js | vor 7 Jahren |
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.