UNPKG

jsfakeit

Version:

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

13 lines (12 loc) 440 B
/** Generate random petname*/ export declare const petName: () => string; /** Generate random animal type*/ export declare const animalType: () => string; /** Generate random farm animal*/ export declare const farmAnimal: () => string; /** Generate random animal*/ export declare const animal: () => string; /** Generate random cat*/ export declare const cat: () => string; /** Generate random dog*/ export declare const dog: () => string;