@athenna/ioc
Version:
Global Ioc helper for Athenna ecosystem. Built on top of awilix.
19 lines (18 loc) • 602 B
TypeScript
/**
* @athenna/ioc
*
* (c) João Lenon <lenon@athenna.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export * from './types/index.js';
export * from '#src/globals/Ioc';
export * from '#src/container/Ioc';
export * from '#src/facades/Facade';
export * from '#src/helpers/Annotation';
export * from '#src/annotations/Inject';
export * from '#src/annotations/Service';
export * from '#src/annotations/InjectStub';
export * from '#src/providers/ServiceProvider';
export * from '#src/facades/FacadeProxyHandler';