UNPKG

claudekit

Version:

CLI tools for Claude Code development workflow

10 lines 281 B
interface UpdateOptions { config?: string; file?: string; verbose?: boolean; quiet?: boolean; dryRun?: boolean; } export declare function update(type: string, name: string, options?: UpdateOptions): Promise<void>; export {}; //# sourceMappingURL=update.d.ts.map