文件操作 - objectWithoutProperties.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js
编辑文件内容
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _objectWithoutProperties; var _objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose.js"); function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = (0, _objectWithoutPropertiesLoose.default)(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) !== -1) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } //# sourceMappingURL=objectWithoutProperties.js.map
修改文件时间
将文件时间修改为当前时间的前一年
删除文件