(propValue)
| 12853 | |
| 12854 | // Returns class name of the object, if any. |
| 12855 | function getClassName(propValue) { |
| 12856 | if (!propValue.constructor || !propValue.constructor.name) { |
| 12857 | return ANONYMOUS; |
| 12858 | } |
| 12859 | return propValue.constructor.name; |
| 12860 | } |
| 12861 | |
| 12862 | module.exports = ReactPropTypes; |
| 12863 | },{"125":125,"148":148,"60":60,"81":81}],84:[function(_dereq_,module,exports){ |
no outgoing calls
no test coverage detected
searching dependent graphs…