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