文件操作 - type.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/postcss-pxtorem/lib/type.js
编辑文件内容
const type = s => Object.prototype.toString .call(s) .slice(8, -1) .toLowerCase(); const types = [ "String", "Array", "Undefined", "Boolean", "Number", "Function", "Symbol", "Object" ]; module.exports = types.reduce((acc, str) => { acc["is" + str] = val => type(val) === str.toLowerCase(); return acc; }, {});
修改文件时间
将文件时间修改为当前时间的前一年
删除文件