UNPKG

tsioc

Version:

tsioc is AOP, Ioc container, via typescript decorator

10 lines (9 loc) 254 B
export * from './Component'; export * from './Injectable'; export * from './Inject'; export * from './AutoWried'; export * from './Param'; export * from './Method'; export * from './Singleton'; export * from './Abstract'; export * from './NonePointcut';