summaryrefslogtreecommitdiff
path: root/school/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.mjs
blob: afaf3e6e0827ea6138f685f0a94ed1c0c4a2861d (plain)
1
2
3
// 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;
export default nodejsCustomInspectSymbol;