UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

7 lines (6 loc) 258 B
export const passwordChars: { number: string; lower: string; upper: string; special: string } = { number: '0123456789', lower: 'abcdefghijklmnopqrstuvwxyz', upper: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', special: '!@#$%^&*()-_=+[]{}\'";:/?\\|.>,<', };