UNPKG

jsfakeit

Version:

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

17 lines (16 loc) 999 B
/** Adjective will generate a random adjective*/ export declare const adjective: () => string; /** AdjectiveDescriptive will generate a random descriptive adjective*/ export declare const adjectiveDescriptive: () => string; /** AdjectiveQuantitative will generate a random quantitative adjective*/ export declare const adjectiveQuantitative: () => string; /** AdjectiveProper will generate a random proper adjective*/ export declare const adjectiveProper: () => string; /** AdjectiveDemonstrative will generate a random demonstrative adjective*/ export declare const adjectiveDemostrative: () => string; /** AdjectivePossessive will generate a random possessive adjective*/ export declare const adjectivePossessive: () => string; /** AdjectiveInterrogative will generate a random interrogative adjective*/ export declare const adjectiveInterrogative: () => string; /** AdjectiveIndefinite will generate a random indefinite adjective*/ export declare const adjectiveIndefinite: () => string;