UNPKG

@hom3chuk/tektek

Version:

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

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