aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js
blob: 4fb4250434578745268de12a4890f9e285d6d359 (plain)
1
2
3
4
5
6
7
8
9
"use strict";

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

class HTMLHeadingElementImpl extends HTMLElementImpl { }

module.exports = {
  implementation: HTMLHeadingElementImpl
};