文件操作 - index.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/data-view-byte-length/index.js
编辑文件内容
'use strict'; var $TypeError = require('es-errors/type'); var callBound = require('call-bound'); var $dataViewByteLength = callBound('DataView.prototype.byteLength', true); var isDataView = require('is-data-view'); // node <= 0.10, < 0.11.4 has a nonconfigurable own property instead of a prototype getter /** @type {import('.')} */ module.exports = $dataViewByteLength || function byteLength(x) { if (!isDataView(x)) { throw new $TypeError('not a DataView'); } return x.byteLength; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件