project-pack
v0.0.3
Published
Set of validation using for validations such as email, phone number, password and otp generation
Downloads
2
Maintainers
Readme
Project-pack
A npm package for common validation functionalities and other stuffs in your projects.
Installation
Install the package using npm:
npm install project-pack
Example
const { validateEmail } = require('project-pack');
const email = '[email protected]'; if (validateEmail(email)) { console.log('Email is valid'); } else { console.log('Email is not valid'); }
Configuration
No additional configuration is required. The package is ready to use out of the box.
Contributing
Feel free to contribute to the development of this package.
License
This project is licensed under the MIT License