UNPKG

@hom3chuk/tektek

Version:

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

4 lines (3 loc) 158 B
import { DetectorResult, HAR } from "../../common/index.js"; declare const detectPHP: (har: HAR, asap?: boolean) => DetectorResult; export default detectPHP;