Sha256: 8f4509edb28ec86b4b82698d99a0b7bc231a958c16d7c32f8a3d41b0ff19d142
Contents?: true
Size: 199 Bytes
Versions: 3
Compression:
Stored size: 199 Bytes
Contents
"use strict"; const HTMLElementImpl = require("./HTMLElement-impl").implementation; class HTMLModElementImpl extends HTMLElementImpl { } module.exports = { implementation: HTMLModElementImpl };
Version data entries
3 entries across 3 versions & 3 rubygems