UNPKG

@codecot/pw-checker

Version:

A comprehensive CLI tool to audit passwords locally using HIBP and import from Chrome/Bitwarden

7 lines (6 loc) 238 B
/** * Import passwords from a Chrome exported CSV file * @param csvPath Path to the CSV file exported from Chrome * @returns Number of imported entries */ export declare function importFromChromeCsv(csvPath: string): Promise<number>;