UNPKG

nestwhats

Version:

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

4 lines (3 loc) 276 B
import { PipeTransform, Type } from "@nestjs/common"; import { NestWhatsParamType } from "../nestwhats-paramtype.enum"; export declare function createNestWhatsParamDecorator(type: NestWhatsParamType): (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator;