UNPKG

nestjs-slack-bolt

Version:

A NestJS module for seamless integration with Slack using the Bolt SDK

5 lines (4 loc) 183 B
/** * Decorator may listen and react to slack Message events. */ export declare const Message: (pattern: string | RegExp) => (target: object, propertyKey: string | symbol) => void;