UNPKG

crypto-utils-js

Version:

JavaScript library for encryption / decryption.

7 lines (6 loc) 140 B
declare class Base64 { encode(str: string): string; decode(str: string): string; } declare const base64: Base64; export { base64 };