UNPKG

html-element-map

Version:

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

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