UNPKG

crypto-utils-js

Version:

JavaScript library for encryption / decryption.

7 lines (6 loc) 128 B
declare class Hex { encode(str: string): string; decode(str: string): string; } declare const hex: Hex; export { hex };