oomusou / wink-fp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About


Languages

Language:JavaScript 100.0%