SILENT KILLERPanel

Current Path: > > usr > lib > node_modules > npm > > node_modules > has-symbols >


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.38
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib/node_modules/npm//node_modules/has-symbols/

NameTypeSizeLast ModifiedActions
.npmignore File 578 bytes March 10 2021 14:36:39.
.travis.yml File 2261 bytes March 10 2021 14:36:39.
CHANGELOG.md File 58 bytes March 10 2021 14:36:39.
LICENSE File 1071 bytes March 10 2021 14:36:39.
README.md File 1802 bytes March 10 2021 14:36:39.
index.js File 394 bytes March 10 2021 14:36:39.
package.json File 2100 bytes March 10 2021 14:36:39.
shams.js File 1740 bytes March 10 2021 14:36:39.

Reading File: //usr/lib/node_modules/npm//node_modules/has-symbols//index.js

'use strict';

var origSymbol = global.Symbol;
var hasSymbolSham = require('./shams');

module.exports = function hasNativeSymbols() {
	if (typeof origSymbol !== 'function') { return false; }
	if (typeof Symbol !== 'function') { return false; }
	if (typeof origSymbol('foo') !== 'symbol') { return false; }
	if (typeof Symbol('bar') !== 'symbol') { return false; }

	return hasSymbolSham();
};

SILENT KILLER Tool