UNPKG

password-analysis

Version:

A library for analyzing the strength of a password

2 lines (1 loc) 99 B
export declare function getFeedback(entropy: number, common: boolean, patterns: string[]): string;