mirror of
https://github.com/actions/labeler
synced 2026-05-12 05:11:14 +02:00
build
This commit is contained in:
2
node_modules/has-symbols/shams.js
generated
vendored
2
node_modules/has-symbols/shams.js
generated
vendored
@@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
/* eslint complexity: [2, 17], max-statements: [2, 33] */
|
||||
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
||||
module.exports = function hasSymbols() {
|
||||
if (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }
|
||||
if (typeof Symbol.iterator === 'symbol') { return true; }
|
||||
|
||||
Reference in New Issue
Block a user