UNPKG

@th3hero/request-validator

Version:

🚀 Lightweight, fast & flexible request validation library for Node.js/Express/Next.js with TypeScript support. Features 20+ validation rules, database integration, file upload validation, and zero external dependencies. Perfect for API validation, form v

4 lines (3 loc) • 122 B
export { validateInput } from './validator'; export { setDatabase, getDatabase } from './types'; export * from './types';