An open API service indexing awesome lists of open source software.

https://github.com/chiaweilee/iscorrect

A JS library that strictly validates and efficiently cleanses input data formats, e.g emails, phone numbers and more.
https://github.com/chiaweilee/iscorrect

validators

Last synced: 3 months ago
JSON representation

A JS library that strictly validates and efficiently cleanses input data formats, e.g emails, phone numbers and more.

Awesome Lists containing this project

README

          

# iscorrect

[![NPM version](https://img.shields.io/npm/v/iscorrect.svg?style=flat)](https://npmjs.org/package/iscorrect)
[![NPM downloads](http://img.shields.io/npm/dm/iscorrect.svg?style=flat)](https://npmjs.org/package/iscorrect)

A JavaScript validator and parser library delivering modularity.

## Usage

TODO

## Options

TODO

## Development

```bash
# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm start

# build library source code
$ pnpm run build

# build library source code in watch mode
$ pnpm run build:watch

# build docs
$ pnpm run docs:build

# Locally preview the production build.
$ pnpm run docs:preview

# check your project for potential problems
$ pnpm run doctor
```

## LICENSE

MIT