@reliverse/rse
Version:
@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power
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;