JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17093
  • Score
    100M100P100Q142244F
  • License MIT

JavaScript library that provides a useful functional programming helpers. Add your own.

Package Exports

  • famulus
  • famulus/isValuesUnique

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 (famulus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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