文件操作 - index.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/vite-plugin-svg-icons/node_modules/pathe/dist/index.d.ts
编辑文件内容
import path from 'path'; declare const sep = "/"; declare const delimiter = ":"; declare const normalize: typeof path.normalize; declare const join: typeof path.join; declare const resolve: typeof path.resolve; declare function normalizeString(path: string, allowAboveRoot: boolean): string; declare const isAbsolute: typeof path.isAbsolute; declare const toNamespacedPath: typeof path.toNamespacedPath; declare const extname: typeof path.extname; declare const relative: typeof path.relative; declare const dirname: typeof path.dirname; declare const format: typeof path.format; declare const basename: typeof path.basename; declare const parse: typeof path.parse; declare const _default: Omit<path.PlatformPath, "win32" | "posix">; export { basename, _default as default, delimiter, dirname, extname, format, isAbsolute, join, normalize, normalizeString, parse, relative, resolve, sep, toNamespacedPath };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件