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