@elsikora/cladi
Version:
Zero-dependency TypeScript DI toolkit with typed tokens and scoped lifecycles.
5 lines • 328 B
TypeScript
export type * from './base/index';
export type { IConsoleLoggerOptions } from './console-logger-options.interface';
export type { ICoreFactoryOptions } from './core-factory-options.interface';
export type { IDiContainerOptions as IDIContainerOptions } from './di-container-options.interface';
//# sourceMappingURL=index.d.ts.map