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.

6 lines (4 loc) 117 B
import { Har, HarConfig } from './har' export default (config: HarConfig = {}): Har => { return new Har(config) }