Buckets:
| module.exports = r => { | |
| const n = process.versions.node.split('.').map(x => parseInt(x, 10)) | |
| r = r.split('.').map(x => parseInt(x, 10)) | |
| return n[0] > r[0] || (n[0] === r[0] && (n[1] > r[1] || (n[1] === r[1] && n[2] >= r[2]))) | |
| } | |
Xet Storage Details
- Size:
- 234 Bytes
- Xet hash:
- 85f17b95b2848a243c68fbcf810713ce88aa0b7d1d6803fe01997f850cb25c0e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.