Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/react-display-name/lib/
Upload File :
Current File : /home/emeraadmin/www/node_modules/react-display-name/lib/getDisplayName.js

'use strict';

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = getDisplayName;
function getDisplayName(Component) {
  return Component.displayName || Component.name || (typeof Component === 'string' && Component.length > 0 ? Component : 'Unknown');
}