UNPKG

whatsauto.js

Version:

Easy WhatsApp Automation with Session

12 lines 348 B
import { AutoWA } from "../WhatsApp/index.js"; export default class Logger { private name; private autoWA; constructor(name: string, autoWA: AutoWA); private formatMessage; debug(message: any): void; info(message: any): void; warn(message: any): void; error(message: any): void; } //# sourceMappingURL=index.d.ts.map