mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-07 06:00:07 +02:00
draft
This commit is contained in:
9
node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js
generated
vendored
Normal file
9
node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
const HTMLElementImpl = require("./HTMLElement-impl").implementation;
|
||||
|
||||
class HTMLParamElementImpl extends HTMLElementImpl { }
|
||||
|
||||
module.exports = {
|
||||
implementation: HTMLParamElementImpl
|
||||
};
|
Reference in New Issue
Block a user