famulus  #





JavaScript library that provides a useful functional programming helpers. Do not wait, fork and add your own 🔧💪
Installation
#### npm
npm install --save famulus#### yarn
yarn add famulus --save
Usage
#### ES6 module
``
javascript
import famulus from 'famulus'
`
`
javascript
import helper from 'famulus/helper'
`
#### Node.js
`
javascript
const famulus = require('famulus')
`
`
javascript
const helper = require('famulus/helper')
``
Documentation
$3
-
substr
$3
-
objectInterface
$3
-
sortAndAddFirstElement-
isValuesUnique
$3
-
dateDifferenceFromNow-
dateDifferenceContributing
Please read the Contributions Guidelines before adding your own helper or improvement to code snippets, explanations, etc.
License
MIT © Vasyl Stokolosa