UNPKG

nestwhats

Version:

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

4 lines (3 loc) 186 B
import { InjectionToken } from "@nestjs/common"; export declare const DEFAULT_CLIENT_NAME: unique symbol; export declare const getClientToken: (name?: InjectionToken) => InjectionToken;