UNPKG

@hom3chuk/tektek

Version:

A library for detecting technologies used within HTTP Archive (HAR)

3 lines (2 loc) 158 B
import { HAR, Options } from './common/index.js'; export declare const detect: (har: HAR, options?: Options) => import("./common/index.js").DetectorResult[];