文件操作 - quartersToMonths.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/date-fns/quartersToMonths.d.ts
编辑文件内容
/** * @name quartersToMonths * @category Conversion Helpers * @summary Convert number of quarters to months. * * @description * Convert a number of quarters to a full number of months. * * @param quarters - The number of quarters to be converted * * @returns The number of quarters converted in months * * @example * // Convert 2 quarters to months * const result = quartersToMonths(2) * //=> 6 */ export declare function quartersToMonths(quarters: number): number;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件