UNPKG

214 BTypeScriptView Raw
1import { Transport } from '../enums';
2/**
3 * Subscribes to incoming events which fulfils chosen pattern.
4 */
5export declare const EventPattern: <T = string>(metadata?: T, transport?: Transport) => MethodDecorator;