芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/es6-symbol/is-native-implemented.js
// Exports true if environment provides native `Symbol` implementation "use strict"; var Symbol = require("ext/global-this").Symbol; module.exports = typeof Symbol === "function" && typeof Symbol() === "symbol";