angy
v1.0.8
Published
It will help in validating params of number,email,first name, last name and it will check for the all the basics params in the file
Downloads
3
Maintainers
Readme
Angy - A Cool params validator
It will be validating all common params if the value will be correct it will be return the value else it will return false.
Installing
run the following command don't run as a global
npm install i angy --save
Import it to the modal file it may be used anywhere express,restify anywhere
added Null checker and changed to mumberChk to numberChk
import { numberChk, emailChk,nullCheck } from 'angy';