react-decode-animation
Version:
Decode effect typing animation for React
10 lines • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ALLOWED_CHARACTERS = void 0;
exports.ALLOWED_CHARACTERS = {
uppercase: "QWERTYUIOPASDFGHJKLZXCVBNM",
lowercase: "qwertyuiopasdfghjklzxcvbnm",
numbers: "1234567890",
symbols: "`~!@#$%^&*()-_=+{}[];:'\"|\\<>,.?/"
};
//# sourceMappingURL=constants.js.map