# lovecheck

> a validators for data --- ## Installation and Usage installation: ``` npm install lovecheck ``` usage: ```js const oc = require("lovecheck"); ``` or ```js import oc from "lovecheck"; ``` ps: your operating environment need to supports es6 a

Latest version **1.0.3** (published 2018-08-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install lovecheck
pnpm add lovecheck
yarn add lovecheck
bun add lovecheck
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2018-08-23 |
| First published | 2018-08-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | 江浒荣 |
| Maintainers | jianghurong |

## Links

- npm: https://www.npmjs.com/package/lovecheck
- npm.io page: https://npm.io/package/lovecheck

## Recent versions

- 1.0.3 (latest) — 2018-08-23
- 1.0.2 — 2018-08-23
- 1.0.1 — 2018-08-18
- 1.0.0 — 2018-08-18

## README

# lovecheck.js
a validators for data
---
## Installation and Usage
installation:
```
npm install lovecheck
```
usage:
```js
const oc = require("lovecheck");
```
or
```js
import oc from "lovecheck";
```
ps: your operating environment need to supports es6 and commonjs.  
a example:
```js
import oc from "lovecheck";
oc.isEmail("1164310634@qq.com"); // true;
```
---
## validator list
| function                       |describe                                                      |
| :-------------:                |:-------------:                                               | 
| isMobile(str)                  | check mobile                                                 |
| isPassword(str, min ,max)      | min is password's minlength <br> max is password's maxlength |
| isName(str, min , max)         | min is name's minlength <br> max is name's maxlength         |
| isPostalcode(str)              | postal must be six nubmers                                   |
| isEmail(str)                   | check Email                                                  |
--- 
continuously updated...

---
_Source: https://npm.io/package/lovecheck · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
