@foo-software/lighthouse-persist
Version:
A tool for persisting Lighthouse audit results used for website performance monitoring and analysis.
11 lines • 709 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.lighthousePersist = exports.default = void 0;
var lighthousePersist_1 = require("./lighthousePersist");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(lighthousePersist_1).default; } });
var lighthousePersist_2 = require("./lighthousePersist");
Object.defineProperty(exports, "lighthousePersist", { enumerable: true, get: function () { return __importDefault(lighthousePersist_2).default; } });
//# sourceMappingURL=index.js.map