eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
11 lines (10 loc) • 382 B
TypeScript
/**
* Emits declarations for an extension source tree using the extension's own
* TypeScript installation and authored tsconfig when available.
*/
export declare function emitExtensionDeclarations(input: {
readonly appRoot: string;
readonly declarationsRoot: string;
readonly moduleLogicalPaths: readonly string[];
readonly sourceRoot: string;
}): Promise<void>;