@sethyuan/rambda

0.1.1 • Public • Published

Rambda

This provides some of the functions not included in Rambda but are quite useful.

This library has Rambda as peer dependency, and it's as tree-shakable as Rambda itself.

Install

yarn add @sethyuan/rambda

Example Usage

import { flatMap } from "@sethyuan/rambda"

const ret = flatMap(x => [x, x], [1, 2, 3])
console.log(ret)

Readme

Keywords

none

Package Sidebar

Install

npm i @sethyuan/rambda

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

2.95 kB

Total Files

5

Last publish

Collaborators

  • sethyuan