Socket
Socket
Sign inDemoInstall

famulus

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    famulus

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


Version published
Weekly downloads
22K
decreased by-3.56%
Maintainers
1
Install size
1.37 MB
Created
Weekly downloads
 

Readme

Source

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

  • substr

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

Keywords

FAQs

Last updated on 11 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc