UNPKG

@hashangit/breachhound

Version:

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

6 lines (5 loc) 164 B
export declare function parseArguments(): Promise<{ targetUsername: string; breachDirectoryApiKey: string | undefined; hideFalsePositives: boolean; }>;