UNPKG

@thatcompany/ts-tool

Version:

基于TypeScript编写的工具库

13 lines (12 loc) 249 B
/** * 类注解,标记为组件. * @param target * @constructor */ export declare function Component(target: any): any; /** * 类注解,标记为服务 * @param target * @constructor */ export declare function Service(target: any): any;