文件操作 - Mime.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/mime/dist/src/Mime.d.ts
编辑文件内容
type TypeMap = { [key: string]: string[]; }; export default class Mime { #private; constructor(...args: TypeMap[]); define(typeMap: TypeMap, force?: boolean): this; getType(path: string): string | null; getExtension(type: string): string | null; getAllExtensions(type: string): Set<string> | null; _freeze(): this; _getTestState(): { types: Map<string, string>; extensions: Map<string, string>; }; } export {};
修改文件时间
将文件时间修改为当前时间的前一年
删除文件