UNPKG

@neoxr/wb

Version:

Simplicity WhatsApp Bot (Baileys)

10 lines (9 loc) 224 B
declare class Chiper { algorithm: string; secretKey: Buffer; iv: Buffer; constructor(secretKey: string); encrypt: (text: string) => string; decrypt: (text: string) => string; } export default Chiper;