(object)
| 1879 | 0xeac7; |
| 1880 | |
| 1881 | var isValidElement = function(object) { |
| 1882 | return typeof object === 'object' && |
| 1883 | object !== null && |
| 1884 | object.$$typeof === REACT_ELEMENT_TYPE; |
| 1885 | }; |
| 1886 | |
| 1887 | // By explicitly using `prop-types` you are opting into new development behavior. |
| 1888 | // http://fb.me/prop-types-in-prod |
no outgoing calls
no test coverage detected