# getNodeName

获取小写元素节点名

import { getNodeName } from '@hui-pro/utils';
getNodeName(node);

# API

参数 说明 类型 默认值 可选值
node DOM 元素节点 Element - -