nestwhats
Version:
A whatsapp-web.js wrapper for NestJS to create WhatsApp bots
8 lines (7 loc) • 394 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Ctx = exports.Context = void 0;
const nestwhats_paramtype_enum_1 = require("../nestwhats-paramtype.enum");
const params_util_1 = require("./params.util");
exports.Context = (0, params_util_1.createNestWhatsParamDecorator)(nestwhats_paramtype_enum_1.NestWhatsParamType.CONTEXT);
exports.Ctx = exports.Context;