UNPKG

@types/chrome

Version:
7 lines (5 loc) 123 B
import { Entry, Log } from "har-format"; declare global { type HARFormatEntry = Entry; type HARFormatLog = Log; }