UNPKG

text-encrypter

Version:

The library to encrypt/decrypt text using caesar cipher mechanism

7 lines (6 loc) 137 B
/** * Alphabet used for encoding/decoding. * @author Yousuf Kalim */ declare const alphabet: string[]; export default alphabet;