文件操作 - is-native-implemented.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/atom/resources/app/apm/node_modules/es6-weak-map/is-native-implemented.js
编辑文件内容
// Exports true if environment provides native `WeakMap` implementation, // whatever that is. 'use strict'; module.exports = (function () { if (typeof WeakMap === 'undefined') return false; return (Object.prototype.toString.call(WeakMap.prototype) === '[object WeakMap]'); }());
修改文件时间
将文件时间修改为当前时间的前一年
删除文件