Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
es6-symbol
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/es6-symbol/is-symbol.js
"use strict"; module.exports = function (value) { if (!value) return false; if (typeof value === "symbol") return true; if (!value.constructor) return false; if (value.constructor.name !== "Symbol") return false; return value[value.constructor.toStringTag] === "Symbol"; };