/** * 在 codemirror/mode 下有对应的 MIME 类型,但很难记,这里对常用的后缀进行翻译 */ export default function determineMimeType(type: string): string | undefined;