@reliverse/rse-sdk
Version:
@reliverse/rse-sdk allows you to create new plugins for @reliverse/rse CLI, interact with reliverse.org, and even extend your own CLI functionality (you may also try @reliverse/dler-sdk for this case).
14 lines (13 loc) • 773 B
TypeScript
export declare const randomWelcomeMessages: (username: string) => string[];
export declare const randomWelcomeTitle: string[];
export declare const randomInitialMessage: string[];
export declare const randomProjectCategoryTitle: string[];
export declare const randomProjectFrameworkTitle: string[];
export declare const randomWebsiteSubcategoryTitle: string[];
export declare const randomWebsiteDetailsTitle: string[];
export declare const randomAdContent: string[];
export declare const getRandomAd: () => string;
export declare const ad: string;
export declare const premium: string;
export declare function getWelcomeTitle(username: string): string;
export declare function getRandomMessage(kind: "welcome" | "initial" | "category" | "subcategory" | "details"): string;