UNPKG

nestwhats

Version:

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

7 lines (6 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Discovery = void 0; const nestwhats_paramtype_enum_1 = require("../nestwhats-paramtype.enum"); const params_util_1 = require("./params.util"); exports.Discovery = (0, params_util_1.createNestWhatsParamDecorator)(nestwhats_paramtype_enum_1.NestWhatsParamType.DISCOVERY);