wink-fp
v1.28.5
Published
FP function for Ramda
Downloads
803
Readme
Functional Library for JavaScript
Install Package
$ yarn add wink-fpImport Wink-fp
import { concatAll } from 'wink-fp'
let first = [1, 2, 3]
let second = [4, 5, 6]
concatAll(first, second)