Node.js examples for Object:Object Type
Is object symbol type
function isSymbol(arg) { return typeof arg === 'symbol'; }