0
0
llucycodes42
= function(){
return this.getAttribute("node") === undefined;
};
This code defines a PropTypes.node.isRequired property, which returns true if the node attribute is undefined.
Library: react
Shortcut: ptndr
import PropTypes from 'prop-types';
PropTypes.node.isRequired