UNPKG

wa.ts

Version:

A simple Node.js library for simplifying WhatsApp Web socket connection using the WhiskeySockets/Baileys library.

6 lines (5 loc) 180 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clone = void 0; const clone = (obj) => JSON.parse(JSON.stringify(obj)); exports.clone = clone;