UNPKG

readablefn

Version:

Helpful and useful javascript functions

26 lines (14 loc) 744 B
# readablefn [![Publish Package](https://github.com/artembuslaev/readablefn/actions/workflows/publish.yml/badge.svg)](https://github.com/artembuslaev/readablefn/actions/workflows/publish.yml) A lightweight library that provides simple validation and conversion JavaScript functions to make your code more intuitive and readable. ## Installation Guide - `npm install readablefn` - adds the library to your project. - Feel free to import the modules you need using `import` or `require`. ## Contributing You are welcome to contribute to this library. ### Prerequisites - Node.js with NPM ### Setup Guide - `npm ci` - install dependencies - `npm test` - run build and tests > **_NOTE:_** Please submit your PRs to the `develop` branch.