UNPKG

@elsikora/cladi

Version:

ClaDI is a library for creating and managing classes in TypeScript.

6 lines 286 B
export type { IContainer } from './container.interface'; export type { IError } from './error.interface'; export type { IFactory } from './factory.interface'; export type * from './logger/index'; export type { IRegistry } from './registry.interface'; //# sourceMappingURL=index.d.ts.map