ing
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import {
|
||||
Type,
|
||||
PropertyKeyType,
|
||||
Annotation,
|
||||
DecoratorHelper,
|
||||
} from '@overflow/core-js';
|
||||
|
||||
@@ -19,14 +17,10 @@ export function RPCSubscriber(attribute: RPCSubscriberDecoratorAttribute): Metho
|
||||
}
|
||||
|
||||
// import {
|
||||
// Type,
|
||||
// PropertyKeyType,
|
||||
// } from '@loafer/core';
|
||||
|
||||
// import {
|
||||
// Decorator,
|
||||
// DecoratorFactory,
|
||||
// } from '@loafer/decorator';
|
||||
// DecoratorHelper
|
||||
// } from '@overflow/core-js';
|
||||
|
||||
// export interface RPCSubscriberDecoratorAttribute {
|
||||
// method: string;
|
||||
@@ -43,4 +37,4 @@ export function RPCSubscriber(attribute: RPCSubscriberDecoratorAttribute): Metho
|
||||
|
||||
// }
|
||||
|
||||
// export const RPCSubscriber = DecoratorFactory.create<RPCSubscriberDecoratorAttribute>(RPCSubscriberDecorator);
|
||||
// export const RPCSubscriber = DecoratorHelper.create<RPCSubscriberDecoratorAttribute>(RPCSubscriberDecorator);
|
||||
|
||||
Reference in New Issue
Block a user