Sha256: 2e91c12b45299e00768bc9cde39b2741a7afa13045461db06e4e95ded390ed1b
Contents?: true
Size: 272 Bytes
Versions: 3
Compression:
Stored size: 272 Bytes
Contents
"use strict"; const cssom = require("cssom"); class LinkStyleImpl { get sheet() { if (!this._cssStyleSheet) { this._cssStyleSheet = new cssom.CSSStyleSheet(); } return this._cssStyleSheet; } } module.exports = { implementation: LinkStyleImpl };
Version data entries
3 entries across 3 versions & 3 rubygems