UNPKG

nestwhats

Version:

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

6 lines (5 loc) 237 B
import { ExecutionContext } from "@nestjs/common"; import { NestWhatsGuard } from "./nestwhats-guard.interface"; export declare class DmOnlyGuard implements NestWhatsGuard { canActivate(rawCtx: ExecutionContext): Promise<boolean>; }