文件操作 - parse.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/nth-check/lib/esm/parse.d.ts
编辑文件内容
/** * Parses an expression. * * @throws An `Error` if parsing fails. * @returns An array containing the integer step size and the integer offset of the nth rule. * @example nthCheck.parse("2n+3"); // returns [2, 3] */ export declare function parse(formula: string): [a: number, b: number]; //# sourceMappingURL=parse.d.ts.map
修改文件时间
将文件时间修改为当前时间的前一年
删除文件