Travis build: 1354
This commit is contained in:
@ -10,5 +10,5 @@ const over = (...fns) => (...args) => fns.map(fn => fn.apply(null, args));
|
||||
|
||||
```js
|
||||
const minMax = over(Math.min, Math.max);
|
||||
minMax(1,2,3,4,5); // [1,5]
|
||||
minMax(1, 2, 3, 4, 5); // [1,5]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user