arudradey's picture
download
raw
171 Bytes
var concatMap = require('../');
var xs = [ 1, 2, 3, 4, 5, 6 ];
var ys = concatMap(xs, function (x) {
return x % 2 ? [ x - 0.1, x, x + 0.1 ] : [];
});
console.dir(ys);

Xet Storage Details

Size:
171 Bytes
·
Xet hash:
29326211868151f0f6d3dd7aed7b68d9d7cc900deaddf1d17053a8ae07f8faa5

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