typia 3.7.1-dev.20230406 → 3.7.1
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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -257,7 +257,6 @@ export function createAssertStringify<T>(): (input: T) => string;
|
|
|
257
257
|
|
|
258
258
|
### Miscellaneous
|
|
259
259
|
```typescript
|
|
260
|
-
// random data generator
|
|
261
260
|
export function random<T>(g?: Partial<IRandomGenerator>): Primitive<T>;
|
|
262
261
|
export function clone<T>(input: T): Primitive<T>; // deep copy
|
|
263
262
|
export function prune<T>(input: T): void; // remove superfluous properties
|