UNPKG

jsfakeit

Version:

![alt text](https://raw.githubusercontent.com/Anirban20001962/jsfakeit/main/logo.png)

3 lines (2 loc) 157 B
export declare function chooseRand<T, U = string>(key: keyof T, object: T): U; export declare function getRandomArbitrary(min: number, max: number): number;