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
```bash npm install atikin-universal-validator
✨ Usage
```ts import { isEmail, isStrongPassword, validate } from 'atikin-universal-validator';
isEmail("hello@example.com"); // true
const result = validate({ email: ["hello@example.com", "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 :
ACCOUNTS | USERNAME |
---|---|
atikinverse | |
atikinverse | |
atikinverse | |
TWITTER (X) | atikinverse |
THREADS | atikinverse |
PINTREST | atikinverse |
QUORA | atikinverse |
atikinverse | |
TUMBLR | atikinverse |
SNAPCHAT | atikinverse |
SKYPE | atikinverse |
GITHUB | atikinverse |
Feel free to reach out if you have any questions or suggestions!
Happy Coding! 🚀