UNPKG

nestwhats

Version:

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

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