UNPKG

whatsauto.js

Version:

Easy WhatsApp Automation with Session

9 lines 337 B
export declare class AutoWAError extends Error { constructor(message: string); static isAutoWAError(error: any): error is AutoWAError; } export declare class ValidationError extends Error { constructor(message: string); static isValidationError(error: any): error is ValidationError; } //# sourceMappingURL=index.d.ts.map