UNPKG

@rokkit.ts/dependency-injection

Version:

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

8 lines (7 loc) 173 B
/** * @module * @description * Entry point from which you should import the injector APIs. */ export * from './injector'; export * from './injectorConstructorArgument';