github-pages-deploy-action/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.mjs

4 lines
279 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
/* 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;