芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/@types/mime/Mime.d.ts
import type { TypeMap } from './index'; declare class Mime { constructor(typeMap: TypeMap, ...mimes: TypeMap[]); getType(path: string): string | null; getExtension(mime: string): string | null; define(typeMap: TypeMap, force?: boolean): void; } export = Mime;