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