MCPcopy
hub / github.com/guangzhengli/ChatFiles / languageMap

Interface languageMap

utils/app/codeblock.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface languageMap {
2 [key: string]: string | undefined;
3}
4
5export const programmingLanguages: languageMap = {
6 javascript: '.js',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected