File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Rakit TypeScript
1+ # Mobkit TypeScript
22
33A lightweight, flexible validation library for TypeScript applications with customizable rules and multilingual support.
44
55## Installation
66
77``` bash
8- npm install rakit -typescript
8+ npm install mobkit -typescript
99```
1010
1111## Basic Usage
1212
1313``` typescript
14- import { Validator } from ' rakit -typescript' ;
14+ import { Validator } from ' mobkit -typescript' ;
1515
1616// Create a validator instance (default locale is 'en')
1717const validator = new Validator ();
@@ -110,4 +110,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
110110
111111## License
112112
113- This project is licensed under the MIT License.
113+ This project is licensed under the MIT License.
You can’t perform that action at this time.
0 commit comments