arudradey's picture
download
raw
228 Bytes
var Stat = require('fs').Stats
module.exports = cloneStats
function cloneStats(stats) {
var replacement = new Stat
Object.keys(stats).forEach(function(key) {
replacement[key] = stats[key]
})
return replacement
}

Xet Storage Details

Size:
228 Bytes
·
Xet hash:
f695ac0afee6f09fc80387cc8083586c5a34673f26ddd9433937ce23ffd18068

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.