UNPKG

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