module.exports = class { isHighlighted(id) { if (typeof(window) !== "undefined") { return window.location.hash.endsWith(id) } } }