1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-05 13:00:08 +02:00
Files
minifyfromhtml/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js
2018-05-05 14:29:20 +02:00

10 lines
209 B
JavaScript

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