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

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

class HTMLMetaElementImpl extends HTMLElementImpl { }

module.exports = {
  implementation: HTMLMetaElementImpl
};