HTMLDListElement-impl.js 203 Bytes
"use strict";

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

class HTMLDListElementImpl extends HTMLElementImpl { }

module.exports = {
  implementation: HTMLDListElementImpl
};