let isSymbol=value=>{try{return"[object Symbol]"===Object.prototype.toString.call(value)}catch{return!1}};exports.isSymbol=isSymbol;