UNPKG

html-element-map

Version:

Look up HTML tag names via HTML Element constructors, and vice versa.

4 lines (3 loc) 181 B
export { default as byTag } from './byTag.js'; export { default as byConstructor } from './byConstructor.js'; export { default as byConstructorName } from './byConstructorName.js';