UNPKG

@hashangit/breachhound

Version:

An efficient OSINT tool for uncovering digital footprints associated with a username. TypeScript port of GoSearch.

3 lines (2 loc) 173 B
import { WebsiteConfig, CheckResult } from './types'; export declare function checkWebsitePresence(siteConfig: WebsiteConfig, targetUsername: string): Promise<CheckResult>;