UNPKG

nestwhats

Version:

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

3 lines (2 loc) 151 B
import { InjectionToken } from "@nestjs/common"; export declare const InjectClient: (name?: InjectionToken) => PropertyDecorator & ParameterDecorator;