UNPKG

@rokkit.ts/dependency-injection

Version:

TypeScript dependency injection library using decorators for the rokkit.ts framework and other projects

9 lines (8 loc) 209 B
/** * @module * @description * Entry point from which you should import the Rokkit.ts dependency injection APIs. */ export * from './injector'; export * from './rokkit-di'; export * from './type-scanner';