UNPKG

nestwhats

Version:

A whatsapp-web.js wrapper for NestJS to create WhatsApp bots

4 lines (3 loc) 132 B
import { ExceptionFilter } from "@nestjs/common"; export interface NestWhatsExceptionFilter<T = any> extends ExceptionFilter<T> { }