FP function for Ramda
npm install wink-fp
``$ yarn add wink-fp`
$ yarn add wink-fp
`import { concatAll } from 'wink-fp'
import { concatAll } from 'wink-fp'
let first = [1, 2, 3]let second = [4, 5, 6]
concatAll(first, second)``