UNPKG

vibe-cli-tool

Version:

VibeCLI v1.9 - 模板商店生态,智能部署生成,多语言支持,交互式学习系统,企业级Web全栈应用CLI工具

13 lines 410 B
export declare const createTempDir: () => Promise<string>; export declare const cleanupTempDir: (dir: string) => Promise<void>; export declare const mockConsole: () => { logs: string[]; errors: string[]; warns: string[]; restore: () => void; }; export declare const mockProcessExit: () => { mockExit: jest.Mock<any, any, any>; restore: () => void; }; //# sourceMappingURL=setup.d.ts.map