DEV Community

Vasyl Stokolosa
Vasyl Stokolosa

Posted on

JavaScript library that provides useful functional programming helpers

Just curious, have you ever had a moment when you realized that youโ€™ve already written that helper?

I had, so decided to start collecting them into the package.
Join ๐Ÿ˜‰

I will appreciate any thoughts and feedbacks.
Thanks!

GitHub logo shystruk / famulus

JavaScript library that provides useful functional programming helpers. Add your own ๐Ÿ‘

famulus Twitter URL

MIT Licence codecov Build Status Known Vulnerabilities npm version

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

import famulus from 'famulus'
import helper from 'famulus/helper'

Node.js

const famulus = require('famulus')
const helper = require('famulus/helper')

Documentation

String

Object

Array

Date

Contributing

Please read the Contributions Guidelines before adding your own helper or improvement to code snippets, explanations, etc.

License

MIT ยฉ Vasyl Stokolosa




Latest comments (0)