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

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

class HTMLTimeElementImpl extends HTMLElementImpl { }

module.exports = {
  implementation: HTMLTimeElementImpl
};