UNPKG

faf-cli

Version:

😽 TURBO-CAT: The Rapid Catalytic Converter • Project DNA ✨ for ANY AI • Fully Integrated with React, Next.js, Svelte, TypeScript, Vite & n8n • FREE FOREVER • 10,000+ developers • Championship Edition

10 lines • 301 B
/** * 👋 FAF Welcome - First-time user onboarding * Shows a friendly guide for new users */ export declare function welcomeCommand(): Promise<void>; /** * Check if user needs welcome message */ export declare function shouldShowWelcome(): Promise<boolean>; //# sourceMappingURL=welcome.d.ts.map