Initial Save
This commit is contained in:
8
node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js.flow
generated
vendored
Normal file
8
node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js.flow
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// @flow strict
|
||||
|
||||
const 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