/
usr
/
share
/
nodejs
/
@types
/
codemirror
/
mode
/
/usr/share/nodejs/@types/codemirror/mode
mkdir
upload
Name
Size
Mode
Actions
meta.d.ts
573
0644
edit
dl
rm
Edit:
/usr/share/nodejs/@types/codemirror/mode/meta.d.ts
(573B)
import '../'; export interface ModeInfo { name: string; mime?: string | undefined; mimes?: string[] | undefined; mode: string; file?: RegExp | undefined; ext?: string[] | undefined; alias?: string[] | undefined; } declare module '../' { const modeInfo: ModeInfo[]; function findModeByMIME(mime: string): ModeInfo | undefined; function findModeByExtension(ext: string): ModeInfo | undefined; function findModeByFileName(filename: string): ModeInfo | undefined; function findModeByName(name: string): ModeInfo | undefined; }
Save
cmd:
run