UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

10 lines (6 loc) 213 B
"use strict"; const SVGGraphicsElementImpl = require("./SVGGraphicsElement-impl").implementation; class SVGGElementImpl extends SVGGraphicsElementImpl {} module.exports = { implementation: SVGGElementImpl };