HTMLDivElement-impl.js 199 Bytes
"use strict";

const HTMLElementImpl = require("./HTMLElement-impl").implementation;

class HTMLDivElementImpl extends HTMLElementImpl { }

module.exports = {
  implementation: HTMLDivElementImpl
};