1
0
mirror of https://github.com/actions/labeler synced 2026-05-12 05:11:14 +02:00
This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

2
node_modules/has-symbols/shams.js generated vendored
View File

@@ -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; }