UNPKG

react-decode-animation

Version:
10 lines 361 B
"use strict"; 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