UNPKG

nestwhats

Version:

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

4 lines (3 loc) 140 B
import { Provider } from "@nestjs/common"; import { Client } from "whatsapp-web.js"; export declare const ClientProvider: Provider<Client>;