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.

8 lines 483 B
/** * The message of an unknown caught value. `catch` hands back `unknown`, and this ternary was * spelled out at over twenty call sites; the next variation in one of them would be a bug (a * dropped `String()` turns a thrown string into `[object Object]`'s sibling problems), so the * idiom gets one home. Node-free, exported through /client for the dashboard's use too. */ export declare function errorMessage(err: unknown): string; //# sourceMappingURL=error-message.d.ts.map