zxcvbn-typescript
Version:
realistic password strength estimation, updated and ported to Typescript from Dan Wheeler's zxcvbn
5 lines • 306 B
TypeScript
export declare const qwerty: Record<string, (string | null)[]>;
export declare const dvorak: Record<string, (string | null)[]>;
export declare const keypad: Record<string, (string | null)[]>;
export declare const mac_keypad: Record<string, (string | null)[]>;
//# sourceMappingURL=adjacency_graphs.d.ts.map