文件操作 - stringifyComment.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/yaml/dist/stringify/stringifyComment.d.ts
编辑文件内容
/** * Stringifies a comment. * * Empty comment lines are left empty, * lines consisting of a single space are replaced by `#`, * and all other lines are prefixed with a `#`. */ export declare const stringifyComment: (str: string) => string; export declare function indentComment(comment: string, indent: string): string; export declare const lineComment: (str: string, indent: string, comment: string) => string;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件