github-pages-deploy-action/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js.flow

10 lines
309 B
Plaintext
Raw Normal View History

2020-03-07 11:45:40 +08:00
// @flow strict
/* istanbul ignore next (See: https://github.com/graphql/graphql-js/issues/2317) */
const nodejsCustomInspectSymbol =
typeof Symbol === 'function' && typeof Symbol.for === 'function'
? Symbol.for('nodejs.util.inspect.custom')
: undefined;
export default nodejsCustomInspectSymbol;