part-element-type
v0.0.1
Published
Get DOM Element type, for node or the browser.
Downloads
4
Readme
Part Element Type
Get DOM Element type, for node or the browser.
Installation
node.js:
$ npm install part-element-typebrowser:
$ component install part/element-typeExample
var type = require('part-element-type');
type(document.querySelector('h1')) // 1Licence
MIT
