unlighthouse
Version:
Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.
17 lines (11 loc) • 427 B
JavaScript
const core = require('@unlighthouse/core');
Object.prototype.hasOwnProperty.call(core, '__proto__') &&
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
Object.defineProperty(exports, '__proto__', {
enumerable: true,
value: core['__proto__']
});
Object.keys(core).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = core[k];
});
;