Update checked-in dependencies
This commit is contained in:
parent
4b72bef651
commit
dbb232a3d8
1389 changed files with 209949 additions and 542 deletions
1
node_modules/has-symbols/index.js
generated
vendored
1
node_modules/has-symbols/index.js
generated
vendored
|
|
@ -3,6 +3,7 @@
|
|||
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
||||
var hasSymbolSham = require('./shams');
|
||||
|
||||
/** @type {import('.')} */
|
||||
module.exports = function hasNativeSymbols() {
|
||||
if (typeof origSymbol !== 'function') { return false; }
|
||||
if (typeof Symbol !== 'function') { return false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue