@ogre-tools/fp

A collection of low abstraction functions in functional programming flavor.

Usage no npm install needed!

<script type="module">
  import ogreToolsFp from 'https://cdn.skypack.dev/@ogre-tools/fp';
</script>

README

Functional Programming for Ogre Tools

A collection of low abstraction functions in functional programming flavor.

Usage

$ npm install @ogre-tools/fp

...

import { mapValuesDeep } from '@ogre-tools/fp';  

Features

Check available functions from index.js.

Documentation

Check unit tests for documentation.