@petercraftsmn/validate

1.0.5 • Public • Published

#Validate

Functions

All functions return boolean value, false on failure

  • Validates that a string is string of characters
isStringOfCharacters(str)
  • Validates that a string is fit for username
isStringOfUsername(str)
  • Validates that string is an email
 isEmail(email)
  • Validates that string is fit for password
isStringOfPassword(password)

Readme

Keywords

Package Sidebar

Install

npm i @petercraftsmn/validate

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

4.82 kB

Total Files

7

Last publish

Collaborators

  • petercraftsmn