This commit is contained in:
3
node_modules/graphql/jsutils/nodejsCustomInspectSymbol.mjs
generated
vendored
Normal file
3
node_modules/graphql/jsutils/nodejsCustomInspectSymbol.mjs
generated
vendored
Normal file
@@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user