UNPKG

jsfakeit

Version:

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

15 lines (14 loc) 830 B
/** Connective will generate a random connective*/ export declare const connective: () => string; /** ConnectiveTime will generate a random connective time*/ export declare const connectiveTime: () => string; /** ConnectiveComparitive will generate a random comparative connective*/ export declare const connectiveComparitive: () => string; /** ConnectiveComplaint will generate a random complaint connective*/ export declare const ConnectiveComplaint: () => string; /** ConnectiveListing will generate a random listing connective*/ export declare const connectiveListing: () => string; /** ConnectiveCasual will generate a random casual connective*/ export declare const connectiveCasual: () => string; /** ConnectiveExamplify will generate a random examplify connective*/ export declare const connectiveExamplify: () => string;