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.
- Host: GitHub
- URL: https://github.com/chiaweilee/iscorrect
- Owner: chiaweilee
- License: mit
- Created: 2024-06-10T09:03:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-28T22:31:32.000Z (over 1 year ago)
- Last Synced: 2024-08-28T23:38:43.988Z (over 1 year ago)
- Topics: validators
- Language: TypeScript
- Homepage: http://iscorrect.jsdev.top/
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iscorrect
[](https://npmjs.org/package/iscorrect)
[](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