atikin-universal-validator
v1.0.1
Published
A blazing-fast, zero-dependency validator for frontend and backend JS/TS applications.
Maintainers
Keywords
Readme
Atikin Universal Validator
A blazing-fast, universal input validator for JavaScript and TypeScript projects. Works perfectly on both frontend and backend with zero dependencies.
🚀 Features
- ✅ Zero dependencies
- 🔄 Works on Node.js and browsers
- 🧪 Built-in validators (
isEmail,isStrongPassword, etc.) - 🧱 TypeScript support
- 🔧 Simple API without schemas
- 📦 Ready for production
📦 Installation
npm install atikin-universal-validator
## ✨ Usage
```ts
import { isEmail, isStrongPassword, validate } from 'atikin-universal-validator';
isEmail("[email protected]"); // true
const result = validate({
email: ["[email protected]", "isEmail"],
password: ["Hello@1234", "isStrongPassword"]
});
console.log(result);
// { success: true, errors: {} }
## FOLLOW US ON For more information:
Join our social media for exciting updates, news, and insights! Follow us on :
<!--Table-->
| ACCOUNTS | USERNAME |
|------------ | -------------- |
| FACEBOOK | atikinverse |
| INSTAGRAM | atikinverse |
| LINKEDIN | atikinverse |
| TWITTER (X) | atikinverse |
| THREADS | atikinverse |
| PINTREST | atikinverse |
| QUORA | atikinverse |
| REDDIT | atikinverse |
| TUMBLR | atikinverse |
| SNAPCHAT | atikinverse |
| SKYPE | atikinverse |
| GITHUB | atikinverse |
Feel free to reach out if you have any questions or suggestions!
Happy Coding! 🚀