UNPKG

hm-react-cli

Version:

Create a Huimei React project by module

9 lines (8 loc) 197 B
function onlyChild(children) { var el = children && children.slice && children.slice(0,1) || null; if (el && el.vtype) { return el } return el } module.exports = onlyChild;