MCPcopy
hub / github.com/marktext/marktext / extname

Method extname

packages/desktop/src/types/global.d.ts:124–124  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

122 basename(path: string, ext?: string): string
123 dirname(path: string): string
124 extname(path: string): string
125 join(...paths: string[]): string
126 resolve(...paths: string[]): string
127 relative(from: string, to: string): string

Callers 6

moveImageToFolderFunction · 0.80
index.tsFile · 0.80
handleResponseForSaveFunction · 0.80
writeMarkdownFileFunction · 0.80
uploadFromBufferFunction · 0.80
isImageFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected