文件操作 - index.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/postcss-svgo/types/index.d.ts
编辑文件内容
export = pluginCreator; /** @typedef {{encode?: boolean} & import('svgo').Config} Options */ /** * @type {import('postcss').PluginCreator<Options>} * @param {Options} opts * @return {import('postcss').Plugin} */ declare function pluginCreator(opts?: Options): import('postcss').Plugin; declare namespace pluginCreator { export { postcss, Options }; } type Options = { encode?: boolean; } & import('svgo').Config; declare var postcss: true; //# sourceMappingURL=index.d.ts.map
修改文件时间
将文件时间修改为当前时间的前一年
删除文件