1.0.0 • Published 5 years ago
@defx/element-interface v1.0.0
@defx/element-interface
A function that, given an HTML element name, returns the name of its interface
install
> npm install @defx/element-interface
use
const elementInterface = require("@defx/element-interface");
elementInterface("div"); // "HTMLDivElement"
1.0.0
5 years ago