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

14 lines • 405 B
/** * 📚 Index Command - Universal A-Z Reference * Commands, concepts, features, everything FAF can do! */ export interface IndexCommandOptions { category?: string; search?: string; examples?: boolean; } /** * Universal A-Z index of everything FAF */ export declare function indexCommand(query?: string, options?: IndexCommandOptions): Promise<void>; //# sourceMappingURL=index.d.ts.map