Package Exports
- clone-stats
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clone-stats) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
clone-stats 

Safely clone node's
fs.Stats
instances without
losing their class methods, i.e. stat.isDirectory()
and co.
Usage
copy = require('clone-stats')(stat)
Returns a clone of the original fs.Stats
instance (stat
).
License
MIT. See LICENSE.md for details.