UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

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