// @flow strict const nodejsCustomInspectSymbol = typeof Symbol === 'function' ? Symbol.for('nodejs.util.inspect.custom') : undefined; export default nodejsCustomInspectSymbol;