download
raw
224 Bytes
'use strict'
const Range = require('../classes/range')
const intersects = (r1, r2, options) => {
r1 = new Range(r1, options)
r2 = new Range(r2, options)
return r1.intersects(r2, options)
}
module.exports = intersects

Xet Storage Details

Size:
224 Bytes
·
Xet hash:
7cc9a56d76d0f546da6d227be0d4a59ef9deb4d8b5a6558cc7a7225db6f9a67b

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