文件操作 - index.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/@types/parse-json/index.d.ts
编辑文件内容
// Type definitions for parse-json 4.0 // Project: https://github.com/sindresorhus/parse-json // Definitions by: mrmlnc <https://github.com/mrmlnc> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function parseJson(input: string | null, filepath?: string): any; declare function parseJson(input: string | null, reviver: (key: any, value: any) => any, filepath?: string): any; export = parseJson;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件