UNPKG

nestwhats

Version:

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

9 lines (8 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Command = void 0; const core_1 = require("@nestjs/core"); const command_discovery_1 = require("../command.discovery"); exports.Command = core_1.Reflector.createDecorator({ transform: (options) => new command_discovery_1.CommandDiscovery(options), });