ktongue's picture
download
raw
200 Bytes
/**
* Determines if a given element is a DOM element name (i.e. not a React component).
*/
function isHostComponent(element) {
return typeof element === 'string';
}
export default isHostComponent;

Xet Storage Details

Size:
200 Bytes
·
Xet hash:
9040e9cf9c259053ca7ba622574ad0a07faad621b77196d4a5b546d350011e4d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.