ferdo_droploot
v0.0.2
Published
```shell $ npm i ferdo_droploot
Downloads
4
Readme
Ferdo Droploot
$ npm i ferdo_droploot
$ yarn add ferdo_droploot
Functions
| property | type | call back |
| --------------------- | --------------- | ---------------------------------------------------------------------------|
| checkPhone
| string
| {correct: boolean, cb:string }
|
| checkNumber
| string
| {correct: boolean, cb:string }
|
| checkPassword
| string
| {correct: boolean, cb:string }
|
| checkPasswords
| string
| {correct: boolean, cb:string }
|
| checkEmail
| string
| {correct: boolean, cb:string }
|
| checkName
| string
| {correct: boolean, cb:string }
|
| checkText
| string
| {correct: boolean, cb:string }
|
Parameters
| property | necessarily | default |
| --------------------- | --------------- | ---------------------------------------------------------------------------|
| value
| true
| null
|
| nameField
| false
| |
| minLength
| false
| 2
|
| maxLength
| false
| 1000
|