UNPKG

@authless/puppeteer-extra-plugin-har

Version:

> This is a plugin for [puppeteer-extra](https://github.com/berstend/puppeteer-extra) that allows you to create a HAR file from your page.

7 lines 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const har_1 = require("./har"); exports.default = (config = {}) => { return new har_1.Har(config); }; //# sourceMappingURL=index.js.map