(object)
| 1663 | 0xeac7; |
| 1664 | |
| 1665 | var isValidElement = function(object) { |
| 1666 | return typeof object === 'object' && |
| 1667 | object !== null && |
| 1668 | object.$$typeof === REACT_ELEMENT_TYPE; |
| 1669 | }; |
| 1670 | |
| 1671 | // By explicitly using `prop-types` you are opting into new development behavior. |
| 1672 | // http://fb.me/prop-types-in-prod |
no outgoing calls
no test coverage detected