UNPKG

websec-audit

Version:

A universal security scanning and audit tool for websites

6 lines (5 loc) 166 B
import { Scanner, TechStackResult } from '../types'; /** * Detect technologies used on a website */ export declare const detectTechStack: Scanner<TechStackResult>;