UNPKG

@axoncodes/xjs

Version:

Better quality time with JS

8 lines (6 loc) 204 B
const xif = require('./xif') const xmap = require('./xmap') function xmapIf(arr, condition, root=false) { return xmap(arr, input => xif(input, condition, true, root)) } module.exports = xmapIf;