Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

sethyuan/rambda

Repository files navigation

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)

About

Extensions to the Rambda library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published