UNPKG

278 BJavaScriptView Raw
1// istanbul ignore next (See: 'https://github.com/graphql/graphql-js/issues/2317')
2var nodejsCustomInspectSymbol = typeof Symbol === 'function' && typeof Symbol.for === 'function' ? Symbol.for('nodejs.util.inspect.custom') : undefined;
3export default nodejsCustomInspectSymbol;