@ogre-tools/fp
Advanced tools
Comparing version 3.0.0 to 4.0.0
{ | ||
"name": "@ogre-tools/fp", | ||
"private": false, | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "A collection of low abstraction functions in functional programming flavor", | ||
@@ -30,3 +30,3 @@ "repository": { | ||
}, | ||
"gitHead": "5805d4b230517f2c8ad5c8c0251d30c9ae5b9b4b" | ||
"gitHead": "21b3340361e685d2901d08b8079c49fc137aa61b" | ||
} |
@@ -16,5 +16,5 @@ # Functional Programming for Ogre Tools | ||
## Features | ||
Check available functions from [index.js](./src/index.js). | ||
Check available functions from [index.js](index.js). | ||
## Documentation | ||
Check unit tests for documentation. |
71893
17