UNPKG

claudekit

Version:

CLI tools for Claude Code development workflow

6 lines 199 B
interface ProfileOptions { iterations: number; } export declare function profileHooks(hookName?: string, options?: ProfileOptions): Promise<void>; export {}; //# sourceMappingURL=profile.d.ts.map