1.0.8 • Published 7 years ago
angy v1.0.8
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';