1.0.0 • Published 3 years ago

form_validator_ak v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

what is this?

A javascript module which consists of functions by importing the module we can use functions which are used to validate user inputs such as phone number, valid mail ID and password constraints

Instalation

npm i form_validator_ak

Then...

const validator=require('form_validator_ak')
console.log(validator.isValidEmail('xyz@some.com'))
console.log(validator.isIndianMobileNumber('give a valid mobile number'))
1.0.0

3 years ago