Package Exports
- @ogre-tools/fp
- @ogre-tools/fp/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ogre-tools/fp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.