UNPKG

html-element-map

Version:

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

8 lines (5 loc) 107 B
import byTag from './byTag.js'; export default byTag; export function then(resolve) { resolve(byTag); }