UNPKG

164 BTypeScriptView Raw
1/**
2 * Subscribes to messages that fulfils chosen pattern.
3 *
4 * @publicApi
5 */
6export declare const SubscribeMessage: <T = string>(message: T) => MethodDecorator;