This commit is contained in:
Stephen Franceschelli
2019-07-15 13:24:14 -04:00
parent e3283467a1
commit 9ea2679ca7
7043 changed files with 0 additions and 1866383 deletions

View File

@@ -1,6 +0,0 @@
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);