UNPKG

@hashangit/breachhound

Version:

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

3 lines (2 loc) 161 B
import { ApiCheckResult } from '../types'; export declare function checkHudsonRock(targetUsername: string, apiKey: string | undefined): Promise<ApiCheckResult>;