UNPKG

data-validator-js

Version:
15 lines (11 loc) 250 B
export default class PasswordStrength { public static get Week(): string { return 'week' } public static get Strong(): string { return 'strong' } public static get Good(): string { return 'good' } }