UNPKG

password-validator

Version:

Validates password according to flexible and intuitive specifications

12 lines (11 loc) 247 B
export namespace error { const length: string; const password: string; const invalidPlugin: string; } export namespace regex { const digits: string; const letters: string; const symbols: string; const spaces: string; }