Travis build: 1978 [cron]
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const when = (pred, whenTrue) => (x) => pred(x) ? whenTrue(x) : x;
|
||||
const when = (pred, whenTrue) => x => (pred(x) ? whenTrue(x) : x);
|
||||
module.exports = when;
|
||||
Reference in New Issue
Block a user