This would turn, for instance, R.map function into one that more closely ... const isEven = n => n % 2 === 0; R.filter(isEven, [1, 2, 3, 4]); //=> [2, ...
確定! 回上一頁