UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

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