UNPKG

crypto-utils-js

Version:

JavaScript library for encryption / decryption.

3 lines (2 loc) 75 B
declare function rotx(str: string, base: number): string; export { rotx };