José Quiñones Flores 4564da0130 Added Laravel project and removed sensitive data | пре 4 година | |
---|---|---|
.. | ||
LICENSE.md | пре 4 година | |
README.md | пре 4 година | |
index.js | пре 4 година | |
package.json | пре 4 година | |
test.js | пре 4 година |
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.