UNPKG

framework

Version:

The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.

3 lines 207 B
/** Run `fn` once every earlier holder of `checkout`'s lock has settled. */ export declare function withRunLock<T>(checkout: string, fn: () => Promise<T>): Promise<T>; //# sourceMappingURL=run-locks.d.ts.map