UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

4 lines (3 loc) 189 B
export declare function getMimeType(filePath: string): string; export declare function isPdfFile(mimeType: string): boolean; export declare function isImageFile(mimeType: string): boolean;