(object)
| 1501 | 0xeac7; |
| 1502 | |
| 1503 | var isValidElement = function(object) { |
| 1504 | return typeof object === 'object' && |
| 1505 | object !== null && |
| 1506 | object.$$typeof === REACT_ELEMENT_TYPE; |
| 1507 | }; |
| 1508 | |
| 1509 | // By explicitly using `prop-types` you are opting into new development behavior. |
| 1510 | // http://fb.me/prop-types-in-prod |
no outgoing calls
no test coverage detected