Package Exports
- readablefn
- readablefn/dist/index.js
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 (readablefn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
readablefn
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
importorrequire.
Contributing
You are welcome to contribute to this library.
Prerequisites
- Node.js with NPM
Setup Guide
npm ci- install dependenciesnpm test- run build and tests
NOTE: Please submit your PRs to the
developbranch.