typia 3.5.0-dev.20230214 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,6 +36,7 @@ export function prune<T extends object>(input: T): void;
|
|
|
36
36
|
- Super-fast Runtime Validators
|
|
37
37
|
- Safe JSON parse and fast stringify functions
|
|
38
38
|
- JSON schema generator
|
|
39
|
+
- Random data generator
|
|
39
40
|
|
|
40
41
|
All functions in `typia` require **only one line**. You don't need any extra dedication like JSON schema definitions or decorator function calls. Just call `typia` function with only one line like `typia.assert<T>(input)`.
|
|
41
42
|
|