UNPKG
@mseep/desktop-commander
Version:
latest (0.1.35)
0.1.35
MCP server for terminal operations and file editing
github.com/wonderwhy-er/DesktopCommanderMCP
@mseep/desktop-commander
/
dist
/
tools
/
mime-types.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
export
declare
function
getMimeType
(
filePath
:
string
):
string
;
export
declare
function
isImageFile
(
mimeType
:
string
):
boolean
;