This commit is contained in:
crusader
2018-09-06 00:13:31 +09:00
parent 4dde0f3aca
commit 69535f452d
5 changed files with 19 additions and 100 deletions

View File

@@ -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);