UNPKG

@contextvm/ctxcn

Version:

A command-line utility inspired by shadcn that streamlines the integration of ContextVM (CVM) servers into your TypeScript projects

4 lines 288 B
export declare function ensureDirectoryExists(dirPath: string): Promise<void>; export declare function fileExists(filePath: string): Promise<boolean>; export declare function writeFileWithDir(filePath: string, content: string): Promise<void>; //# sourceMappingURL=file-operations.d.ts.map