UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

10 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.passwordChars = void 0; exports.passwordChars = { number: '0123456789', lower: 'abcdefghijklmnopqrstuvwxyz', upper: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', special: '!@#$%^&*()-_=+[]{}\'";:/?\\|.>,<', }; //# sourceMappingURL=password.js.map