1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/clone-stats
zhurui 54669c07cf i4 2023-12-18 13:12:25 +08:00
..
LICENSE.md i4 2023-12-18 13:12:25 +08:00
README.md i4 2023-12-18 13:12:25 +08:00
index.js i4 2023-12-18 13:12:25 +08:00
package.json i4 2023-12-18 13:12:25 +08:00
test.js i4 2023-12-18 13:12:25 +08:00

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.