UNPKG

@hashangit/breachhound

Version:

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

3 lines (2 loc) 188 B
import { BreachHoundConfig, BreachHoundResults } from './types'; export declare function runChecks(targetUsername: string, config?: BreachHoundConfig): Promise<BreachHoundResults | null>;