summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js')
-rw-r--r--includes/external/school/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/external/school/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js b/includes/external/school/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js
deleted file mode 100644
index 3a12833..0000000
--- a/includes/external/school/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js
+++ /dev/null
@@ -1,10 +0,0 @@
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = void 0;
-// istanbul ignore next (See: 'https://github.com/graphql/graphql-js/issues/2317')
-var nodejsCustomInspectSymbol = typeof Symbol === 'function' && typeof Symbol.for === 'function' ? Symbol.for('nodejs.util.inspect.custom') : undefined;
-var _default = nodejsCustomInspectSymbol;
-exports.default = _default;