UNPKG

412 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7// istanbul ignore next (See: 'https://github.com/graphql/graphql-js/issues/2317')
8var nodejsCustomInspectSymbol = typeof Symbol === 'function' && typeof Symbol.for === 'function' ? Symbol.for('nodejs.util.inspect.custom') : undefined;
9var _default = nodejsCustomInspectSymbol;
10exports.default = _default;