文件操作 - index.d.cts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/image-meta/dist/index.d.cts
编辑文件内容
type ImageMeta = { images?: Omit<ImageMeta, "images">[]; width: number | undefined; height: number | undefined; orientation?: number; type?: string; }; /** * @param {Uint8Array|string} input - Uint8Array or relative/absolute path of the image file * @param {Function=} [callback] - optional function for async detection */ declare function imageMeta(input: Uint8Array): ImageMeta; export { type ImageMeta, imageMeta };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件