All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.getParentElement.js Maven / Gradle / Ivy

const getParentElement = (el) => {
    return (el.parentElement ? el.parentNode : el.parentNode.host);
};
export default getParentElement;
//# sourceMappingURL=getParentElement.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy