install-nix-action/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js
Domen Kožar 70742d22d9
v6
2019-11-19 17:50:30 +01:00

9 lines
211 B
JavaScript

"use strict";
const HTMLElementImpl = require("./HTMLElement-impl").implementation;
class HTMLParagraphElementImpl extends HTMLElementImpl { }
module.exports = {
implementation: HTMLParagraphElementImpl
};