JSPM

readablefn

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

Helpful and useful javascript functions

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

Publish Package

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.