UNPKG

@types/chrome

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