UNPKG

whatsauto.js

Version:

Easy WhatsApp Automation with Session

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